summaryrefslogtreecommitdiff
path: root/.github/workflows/check_misc.yml
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2023-06-30 22:19:35 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2023-07-04 20:13:49 +0900
commit420d069cc2b9abcc1c7cc6a5d3cd6731bac4f54c (patch)
treeb4cd1ba5e66f51ada96ec5cb1286d5bf80845390 /.github/workflows/check_misc.yml
parent6f4c8d1dcffe859442d857b4a6b4bcd7537b7797 (diff)
refactor extract mkdir
Everyone does `mkdir build; src/autogen.sh`; why not merge them.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/8020
Diffstat (limited to '.github/workflows/check_misc.yml')
-rw-r--r--.github/workflows/check_misc.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/.github/workflows/check_misc.yml b/.github/workflows/check_misc.yml
index 5f83ecfbbb..ab0b4f0008 100644
--- a/.github/workflows/check_misc.yml
+++ b/.github/workflows/check_misc.yml
@@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
+ - uses: ./.github/actions/setup/directories
- name: Check if C-sources are US-ASCII
run: |
grep -r -n '[^ -~]' -- *.[chy] include internal win32/*.[ch] && exit 1 || :
@@ -40,14 +41,6 @@ jobs:
run: true
if: ${{ github.ref == 'refs/heads/master' }}
- - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
- with:
- path: .downloaded-cache
- key: downloaded-cache-${{ github.sha }}
- restore-keys: |
- downloaded-cache
- if: steps.gems.outcome == 'success'
-
- name: Download previous gems list
run: |
data=default_gems.json