Skip to content

Commit

Permalink
Update check_coding_rule.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meltingrabbit committed Dec 10, 2021
1 parent b51bafd commit c5b39ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_coding_rule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# run: ./setup.sh
# ↓ シンボリックリンクを貼ると,python の `for root, dirs, files in os.walk(target_dir):` が相対パスを保持しないため
- name: setup core
- uses: actions/checkout@v2
uses: actions/checkout@v2
with:
path: ./Examples/minimum_user_for_s2e/src/src_core/
- name: check_coding_rule
Expand Down

0 comments on commit c5b39ca

Please sign in to comment.