Skip to content

Commit

Permalink
Try an ensure-annotation in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-bernhardt committed Sep 10, 2024
1 parent 02fc057 commit 6fafab3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ensure-annotation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Ensure annotations are current

on: [push]

jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false

steps:
- uses: actions/checkout@v3

- run: make annotate

- uses: CatChen/check-git-status-action@v1
with:
fail-if-not-clean: true

0 comments on commit 6fafab3

Please sign in to comment.