Skip to content

comments, re-indents, etc (nothing substantitive) #84

comments, re-indents, etc (nothing substantitive)

comments, re-indents, etc (nothing substantitive) #84

Workflow file for this run

# This workflow uses a `deno` binary along with `eslint` for code linting, and (optional) testing.
# If your tests *don't* require pkgs or non-repo files from your docker build image,
# then you can use this nicely for testing files in your repo like 'test/something.test.js'
# along with a full code coverage report.
name: CICD
on: push
jobs:
cicd:
runs-on: ubuntu-latest
permissions: { contents: read, packages: write, id-token: write }
steps:
- uses: internetarchive/cicd@v1
with:
REGISTRY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NOMAD_VAR_NO_DEPLOY: 'true'