Skip to content

feat(frontend): Migrate /settings and /login to SPA #5409

feat(frontend): Migrate /settings and /login to SPA

feat(frontend): Migrate /settings and /login to SPA #5409

Workflow file for this run

name: golangci-lint
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
strategy:
matrix: { dir: ['./...', './worker', './worker/edge', './runner'] }
steps:
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
with:
go-version: 1.26
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- name: Install modules
working-directory: ./web
run: npm ci
- name: golangci-lint
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9
with:
version: latest
only-new-issues: true