Skip to content

Commit

Permalink
chore: renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Meissner committed Oct 18, 2024
1 parent 52086b3 commit 9d79fe5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-generated.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: check-generated
name: Validate testdata
on: pull_request

jobs:
check-generated:
check-generated-testdata:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -12,4 +12,4 @@ jobs:
- run: |
make
git diff --exit-code
name: Make generate and diff
name: Ensure testdata is updated as necessary
File renamed without changes.

0 comments on commit 9d79fe5

Please sign in to comment.