Skip to content

Commit

Permalink
ci: print lint-staged version and help text in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj committed Nov 13, 2021
1 parent e360ab6 commit 77b6665
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -66,6 +66,10 @@ jobs:
- run: npm --version
# Print current Git version
- run: git --version
# Print lint-staged version
- run: node bin/lint-staged.js --version
# Print lint-staged help text
- run: node bin/lint-staged.js --help
# Install node_modules
- uses: actions/cache@v2
id: cache-node_modules
Expand Down

0 comments on commit 77b6665

Please sign in to comment.