Skip to content

feat: setup static file serving for frontend (css, js) #8

feat: setup static file serving for frontend (css, js)

feat: setup static file serving for frontend (css, js) #8

Workflow file for this run

name: Go Lint
on:
pull_request:
branches: [ "dev", "main" ]
paths:
- 'backend/**'
jobs:
lint-go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v6
with:
go-version-file: 'backend/go.mod'
check-latest: true
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v9
with:
working-directory: ./backend