Skip to content

refactor: remove unused webpack-copy-plugin #12

refactor: remove unused webpack-copy-plugin

refactor: remove unused webpack-copy-plugin #12

Workflow file for this run

name: Lint
on:
push:
branches: [master]
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- name: Install node packages
run: yarn install
- name: Run eslint
run: yarn lint:eslint
- name: Run stylelint
run: yarn lint:stylelint