mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-07 13:58:40 +00:00
remove linting because of false positives
This commit is contained in:
parent
36c3652cbc
commit
eed86664d5
20
.github/workflows/main.yml
vendored
20
.github/workflows/main.yml
vendored
|
|
@ -37,23 +37,3 @@ jobs:
|
||||||
git add *.css
|
git add *.css
|
||||||
git commit -m "Automatic css build" || true
|
git commit -m "Automatic css build" || true
|
||||||
git push || true
|
git push || true
|
||||||
linting:
|
|
||||||
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
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
submodules: recursive
|
|
||||||
token: ${{ secrets.GH_PAT }}
|
|
||||||
- name: Lint Code Base
|
|
||||||
uses: github/super-linter/slim@v4
|
|
||||||
env:
|
|
||||||
VALIDATE_ALL_CODEBASE: false
|
|
||||||
VALIDATE_CSS : true
|
|
||||||
DEFAULT_BRANCH: develop
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
|
|
||||||
Loading…
Reference in New Issue
Block a user