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: