Skip to content

Merge branch 'mastodon.galileivr.org' of https://github.com/ciao1092/… #3

Merge branch 'mastodon.galileivr.org' of https://github.com/ciao1092/…

Merge branch 'mastodon.galileivr.org' of https://github.com/ciao1092/… #3

Workflow file for this run

name: CSS Linting
on:
push:
branches-ignore:
- 'dependabot/**'
- 'renovate/**'
paths:
- 'package.json'
- 'yarn.lock'
- '.nvmrc'
- '.prettier*'
- 'stylelint.config.js'
- '**/*.css'
- '**/*.scss'
- '.github/workflows/lint-css.yml'
- '.github/stylelint-matcher.json'
pull_request:
paths:
- 'package.json'
- 'yarn.lock'
- '.nvmrc'
- '.prettier*'
- 'stylelint.config.js'
- '**/*.css'
- '**/*.scss'
- '.github/workflows/lint-css.yml'
- '.github/stylelint-matcher.json'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Javascript environment
uses: ./.github/actions/setup-javascript
- uses: xt0rted/stylelint-problem-matcher@v1
- run: echo "::add-matcher::.github/stylelint-matcher.json"
- name: Stylelint
run: yarn lint:css
<<<<<<< HEAD

Check failure on line 47 in .github/workflows/lint-css.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint-css.yml

Invalid workflow file

You have an error in your yaml syntax on line 47
=======
>>>>>>> 0d55610f9610b9fd84e393e5821184401a97b71b