Skip to content

feature: integraded static and styles into webpack pipeline #32

feature: integraded static and styles into webpack pipeline

feature: integraded static and styles into webpack pipeline #32

Workflow file for this run

name: Lint source files
on: push
jobs:
run-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm ci
npm run lint