2
0
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:
Dave Musicant (home machine) 2022-12-04 08:06:52 -06:00
parent f895a5db27
commit 770874a188

View File

@ -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