Skip to content

chore(deps): bump github.com/editorconfig/editorconfig-core-go/v2 (#522) #962

chore(deps): bump github.com/editorconfig/editorconfig-core-go/v2 (#522)

chore(deps): bump github.com/editorconfig/editorconfig-core-go/v2 (#522) #962

Workflow file for this run

name: "ci"
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
lint-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: wagoid/[email protected]
ci:
name: CI on Linux
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- run: make build
- run: make test
- run: make run
- run: make bench
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
ci-macos:
name: CI on MacOS
runs-on: macos-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- run: make test
- run: make run
- run: make bench