Skip to content

Handle CORS for self-hosted standardnotes/web:latest #78

Handle CORS for self-hosted standardnotes/web:latest

Handle CORS for self-hosted standardnotes/web:latest #78

Workflow file for this run

on:
- push
- pull_request
name: golangci-lint
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
env:
GO_VERSION: "~1"
jobs:
test:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
check-latest: true
- name: Checkout code
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest