Skip to content

some uncommited changes from March 29th on pdf repport #167

some uncommited changes from March 29th on pdf repport

some uncommited changes from March 29th on pdf repport #167

Workflow file for this run

name: Code Style
on: [push]
jobs:
code-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install npm dependencies
run: npm ci
- name: Eslint
run: npm run eslint:ci
# - name: Stylelint
# run: npm run lint:css
# styelelint is not working correctly