Skip to content

refactor(webapp): partially migrated to Next 14's App Router. (#52) #46

refactor(webapp): partially migrated to Next 14's App Router. (#52)

refactor(webapp): partially migrated to Next 14's App Router. (#52) #46

Workflow file for this run

name: Lint files
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: lint files
run: yarn install && yarn lint