Skip to content

fix system tests and translations work #150

fix system tests and translations work

fix system tests and translations work #150

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