Skip to content

Commit

Permalink
add test workflow with errors
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Jan 12, 2023
1 parent edef08a commit 8050f40
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/errors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on:
push:
branch: main
tags:
- 'v\d+'
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "Checking commit '${{ github.event.head_commit.message }}'"

0 comments on commit 8050f40

Please # to comment.