Skip to content

Commit

Permalink
add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shiruco committed Mar 1, 2022
1 parent 6e17150 commit 276488c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: test
on:
push:
tags:
- 'test-v[0-9]+.[0-9]+.[0-9]+'
jobs:
check-bats-version:
runs-on: ubuntu-latest
steps:
- run: echo "this is test"

0 comments on commit 276488c

Please sign in to comment.