remove ubuntu fallback (for now)
This commit is contained in:
parent
5a4d003c5b
commit
5153c5246d
1 changed files with 0 additions and 15 deletions
|
|
@ -8,21 +8,6 @@ on:
|
|||
jobs:
|
||||
lint-debian:
|
||||
runs-on: debian-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Linters
|
||||
run: npm install -g htmlhint stylelint stylelint-config-standard eslint
|
||||
- name: HTML
|
||||
run: htmlhint "**/*.html"
|
||||
- name: CSS
|
||||
run: stylelint "**/*.css" --config-basedir /usr/local/lib/node_modules
|
||||
- name: JS
|
||||
run: "npx eslint . --no-eslintrc --rule 'semi: [2, always]' --rule 'no-console: 0'"
|
||||
|
||||
lint-ubuntu:
|
||||
needs: lint-debian
|
||||
if: failure()
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Linters
|
||||
|
|
|
|||
Loading…
Reference in a new issue