Skip to content

Theme color font refactor #104

Theme color font refactor

Theme color font refactor #104

Workflow file for this run

name: Linting
on:
pull_request:
branches:
- master
jobs:
build-and-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm ci
- name: ESLint
run: npm run eslint
- name: StyleLint
run: npm run stylelint