add action
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
name: learn actions
|
||||||
|
run-name: ${{github.actor}} is learning actions
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
check-bats-version:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v6
|
||||||
|
- uses: actions/setup-node@v7
|
||||||
|
with:
|
||||||
|
node-version: '24'
|
||||||
|
- run: npm install -g bats
|
||||||
|
- run: bats -v
|
||||||
Reference in New Issue
Block a user