Skip to content

Catch when no aggregator is stored in localStorage #70

Catch when no aggregator is stored in localStorage

Catch when no aggregator is stored in localStorage #70

Workflow file for this run

name: Lint
on:
- push
- pull_request
jobs:
lint:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
name: Lint the CSS
steps:
- uses: actions/checkout@v3
- uses: actions-hub/stylelint@master
env:
PATTERN: "./mink-plugin/css/*.css"