From 8b8e776af30d7d9c2d28edf842e88f5ba4058a39 Mon Sep 17 00:00:00 2001 From: phalanx-hk Date: Sun, 14 Jan 2024 20:21:09 +0900 Subject: [PATCH] fix ci --- .github/workflows/action_lint.yaml | 17 +++++++++++++++++ .github/workflows/lint.yaml | 6 +++--- .github/workflows/ubuntu.yml | 6 +++--- 3 files changed, 23 insertions(+), 6 deletions(-) create mode 100644 .github/workflows/action_lint.yaml diff --git a/.github/workflows/action_lint.yaml b/.github/workflows/action_lint.yaml new file mode 100644 index 0000000..0a47de7 --- /dev/null +++ b/.github/workflows/action_lint.yaml @@ -0,0 +1,17 @@ +name: Action_lint + +on: + push: + branches: main + +jobs: + actionlint: + name: actionlint + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Run actionlint + shell: bash + run: | + bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) + ./actionlint -color \ No newline at end of file diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index ec8056f..efe3ea8 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -1,4 +1,4 @@ -name: Lint +name: shell lint on: push: @@ -8,8 +8,8 @@ on: - 'LICENSE' jobs: - lint: - name: Lint + shell_lint: + name: shell_lint runs-on: ubuntu-latest steps: diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 2e61931..222b5e3 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -1,4 +1,4 @@ -name: ubuntu amd64/aarch64 +name: ubuntu on: push: @@ -9,8 +9,8 @@ on: - 'mac/**' jobs: - ubuntu_amd64_aarch64: - name: ubuntu_amd64_aarch64 + ubuntu: + name: ubuntu runs-on: ubuntu-latest strategy: matrix: