Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
phalanx-hk committed Jan 14, 2024
1 parent a35e51a commit 8b8e776
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/action_lint.yaml
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: shell lint

on:
push:
Expand All @@ -8,8 +8,8 @@ on:
- 'LICENSE'

jobs:
lint:
name: Lint
shell_lint:
name: shell_lint
runs-on: ubuntu-latest

steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ubuntu amd64/aarch64
name: ubuntu

on:
push:
Expand All @@ -9,8 +9,8 @@ on:
- 'mac/**'

jobs:
ubuntu_amd64_aarch64:
name: ubuntu_amd64_aarch64
ubuntu:
name: ubuntu
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 8b8e776

Please sign in to comment.