Skip to content

Commit

Permalink
Fix RDFormat -> Proto workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Jun 18, 2024
1 parent a8144c8 commit 9734bbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rdformat.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: RDFormat
name: Proto
on: [push,pull_request]
jobs:
build:
Expand All @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
working-directory: proto/rdf/
working-directory: proto/
run: ./update.sh
- name: Check diff
run: git diff --exit-code

0 comments on commit 9734bbe

Please sign in to comment.