Skip to content

sorry for commit spam I'm just fixing one of the workflows #105

sorry for commit spam I'm just fixing one of the workflows

sorry for commit spam I'm just fixing one of the workflows #105

Workflow file for this run

name: Lint code
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: pnpm/[email protected]
with:
version: latest
- uses: actions/checkout@v2
- name: Install modules
run: pnpm install
- name: Build additional files
run: pnpm build
- name: Run ESLint
run: pnpm lint