Skip to content

Commit

Permalink
Issue checkstyle#12678: Re-enable action lint
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyanK7 authored and Sloent committed Apr 18, 2023
1 parent a8b1c94 commit ba0c063
Showing 1 changed file with 9 additions and 2 deletions.
Expand Up @@ -3,8 +3,12 @@ on:
push:
branches:
- master
paths:
- '.github/workflows/**'
pull_request:
branches: '*'
paths:
- '.github/workflows/**'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand All @@ -14,8 +18,11 @@ jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout repository
uses: actions/checkout@v3

- name: Check workflow files
uses: docker://rhysd/actionlint:latest
with:
args: -color
# Until https://github.com/checkstyle/checkstyle/issues/12696
args: -ignore ".* was deprecated.*"

0 comments on commit ba0c063

Please sign in to comment.