Skip to content

also support dist folder for main.[js,ts,jsx,tsx] #253

also support dist folder for main.[js,ts,jsx,tsx]

also support dist folder for main.[js,ts,jsx,tsx] #253

Workflow file for this run

name: lint
on: ["push"]
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
go-version: "1.23"
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
args: --timeout=5m