mirror of
https://github.com/gitwatch/gitwatch
synced 2024-11-15 06:12:52 +00:00
Installing new version of bats
This commit is contained in:
parent
f895a5db27
commit
770874a188
5
.github/workflows/gitwatch.yml
vendored
5
.github/workflows/gitwatch.yml
vendored
@ -22,9 +22,12 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v3
|
||||
- run: sudo npm install -g bats
|
||||
|
||||
# For the time being, I'm giving up on Super Linter. It's a great tool,
|
||||
# but it's currently broken, and it's taking more time to make it work than
|
||||
|
Loading…
Reference in New Issue
Block a user