Skip to content

probably fix post searching (I might be stupid) #315

probably fix post searching (I might be stupid)

probably fix post searching (I might be stupid) #315

Workflow file for this run

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