Skip to content

Commit bb31d16

Browse files
committed
fix: ci
1 parent 3e329c3 commit bb31d16

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,21 @@ jobs:
4444
cargo fmt --all --check
4545
taplo format --check
4646
47+
actionlint:
48+
name: Lint GitHib Actions
49+
runs-on: ubuntu-latest
50+
steps:
51+
- uses: actions/checkout@v4
52+
- name: Download actionlint
53+
id: get_actionlint
54+
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
55+
shell: bash
56+
- name: Check workflow files
57+
run: ${{ steps.get_actionlint.outputs.executable }} -color
58+
shell: bash
59+
4760
lint:
48-
name: Lint
61+
name: Lint Project
4962
runs-on: ubuntu-latest
5063
services:
5164
postgres:

0 commit comments

Comments
 (0)