Skip to content

Commit

Permalink
comments, re-indents, etc (nothing substantitive)
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Feb 14, 2024
1 parent 71fc126 commit ac476bc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,13 @@ lint:
# lint your repo JS code
stage: test
image: ghcr.io/internetarchive/dyno:main
script:
- /app/lint
script: /app/lint
# 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.
test:
stage: test
image: ghcr.io/internetarchive/dyno:main
script:
- /app/test/test.sh
script: /app/test/test.sh
```

0 comments on commit ac476bc

Please sign in to comment.