mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-13 20:38:40 +00:00
Update main.yml
This commit is contained in:
parent
e61d15e326
commit
780b9de0cc
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
|
|
@ -22,14 +22,3 @@ jobs:
|
|||
VALIDATE_ALL_CODEBASE: false
|
||||
DEFAULT_BRANCH: develop
|
||||
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
|
||||
custom:
|
||||
runs-on: ubuntu-latest
|
||||
if: "!contains(github.event.head_commit.message, 'NO_CI')"
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 3
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@main
|
||||
- name: Bash linting
|
||||
run: find ./ -type f -name '*.sh' -print0 | xargs -0 -n1 -P4 bash -n | ( grep -v "syntax error" )
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user