Skip to content

fix: reference app not function #32

fix: reference app not function

fix: reference app not function #32

Workflow file for this run

name: JS and CSS Linting
on: [push, pull_request]
jobs:
linting:
name: JS and CSS Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Linters
run: |
npm install [email protected]
npm install [email protected]
npm install [email protected]
npm install [email protected]
npm install [email protected]
- name: Run ESLint
run: npx eslint .
- name: Run Stylelint
run: npx stylelint "**/*.css"