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 authored and paulsc96 committed Feb 7, 2023
1 parent 60ae669 commit 490cc41
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 @@ -95,7 +95,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 490cc41

Please sign in to comment.