Skip to content

add note about the framework's intentions #750

add note about the framework's intentions

add note about the framework's intentions #750

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: Run on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache: true
- name: Install tools with asdf
uses: asdf-vm/actions/install@v4
with:
only: |
golangci-lint
nodejs
- name: Run linter
run: make lint