Skip to content

Commit 8e7057d

Browse files
committed
Add test action
1 parent 79dc2e0 commit 8e7057d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: learn-github-actions
2+
run-name: ${{ github.actor }} is learning GitHub Actions
3+
on: [push]
4+
jobs:
5+
check-bats-version:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v4
9+
- run: ls -lRh /dev/disk

0 commit comments

Comments
 (0)