Skip to main content
Module

x/capsid/.github/workflows/ci.yml

πŸ’Š Declarative DOM programming library. Lightweight (1.79 kb).
Latest
File
name: cion: [push, pull_request]jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: denoland/setup-deno@v1 with: deno-version: '1.x' - name: Run fmt check run: make fmt-check - name: Run unit tests run: make test - name: Run dnt run: make dnt