summaryrefslogtreecommitdiff
path: root/.github/workflows/check_misc.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-10-13 16:19:32 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-10-13 16:19:32 -0700
commitd7f8c1ee9d226bb1c2049d862127e0ba43b3b755 (patch)
treee5870937e2106fc307ee8bc23a5c0d8e7af935e8 /.github/workflows/check_misc.yml
parent0950f22cc0c848a73f1b80d0e63fcde6cd437890 (diff)
Just reorder the checkout
Diffstat (limited to '.github/workflows/check_misc.yml')
-rw-r--r--.github/workflows/check_misc.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/check_misc.yml b/.github/workflows/check_misc.yml
index 5ab174ef2c..103c3026c8 100644
--- a/.github/workflows/check_misc.yml
+++ b/.github/workflows/check_misc.yml
@@ -16,13 +16,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- with:
- token: ${{ secrets.MATZBOT_GITHUB_TOKEN }}
-
- uses: ./.github/actions/setup/directories
with:
makeup: true
+
+ - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
+ with:
token: ${{ secrets.MATZBOT_GITHUB_TOKEN }}
- name: Check if C-sources are US-ASCII