Skip to content

Commit

Permalink
feat: 测试action
Browse files Browse the repository at this point in the history
  • Loading branch information
tangzhiyao committed Apr 28, 2024
1 parent 76cbfe9 commit d262f74
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: learn-action
run-name: ${{ github.actor }} is learning actions
on: [push]
jobs:
check-bats-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setip-node@v4
with:
node-version: '20'
- run: npm install -g bats
- run: bats -v

Binary file added build.zip
Binary file not shown.

0 comments on commit d262f74

Please sign in to comment.