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 17, 2024
1 parent 1a765b4 commit c518872
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 c518872

Please sign in to comment.