diff --git a/.github/workflows/lint.patch.yml b/.github/workflows/lint.patch.yml index 4d06d6bb..8dbba01b 100644 --- a/.github/workflows/lint.patch.yml +++ b/.github/workflows/lint.patch.yml @@ -1,4 +1,4 @@ -name: Lint Rust files +name: Lint on: pull_request: @@ -24,3 +24,9 @@ jobs: runs-on: ubuntu-latest steps: - run: 'echo "No build required"' + + actionlint: + name: Actionlint + runs-on: ubuntu-latest + steps: + - run: 'echo "No build required"' diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4b05b27a..5dc2835c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,4 +1,4 @@ -name: Lint Rust files +name: Lint on: # we build Rust caches on main, so they can be shared by all branches: