mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-21 19:41:15 +00:00
run lint regardless of [skip ci] in commit message
This commit is contained in:
parent
1e2ee9c0df
commit
2e04ff42ba
1 changed files with 0 additions and 1 deletions
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
|
@ -4,7 +4,6 @@ on: [push, pull_request]
|
|||
|
||||
jobs:
|
||||
linter:
|
||||
if: "!contains(github.event.head_commit.message, '[skip ci]')"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue