test action
All checks were successful
learn-github-actions / check-bats-version (push) Successful in 1m9s
All checks were successful
learn-github-actions / check-bats-version (push) Successful in 1m9s
This commit is contained in:
parent
04fd45fe97
commit
6f6e3d2650
13
.github/workflows/learn-github-actions.yml
vendored
Normal file
13
.github/workflows/learn-github-actions.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
name: learn-github-actions
|
||||
run-name: ${{ github.actor }} is learning GitHub Actions
|
||||
on: [push]
|
||||
jobs:
|
||||
check-bats-version:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
- run: npm install -g bats
|
||||
- run: bats -v
|
Loading…
x
Reference in New Issue
Block a user