Skip to content

Commit

Permalink
ci: fix slang check action
Browse files Browse the repository at this point in the history
  • Loading branch information
joennlae committed Feb 15, 2023
1 parent 2677375 commit 3941576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
submodules: recursive
- # https://github.com/actions/runner-images/issues/6775#issuecomment-1409159167
name: Safe Directory workaround
run: git config --global --add safe.directory "$GITHUB_WORKSPACE
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
-
name: Check Slang
run: make slang-check
Expand Down

0 comments on commit 3941576

Please sign in to comment.