Skip to content

feat: add EditorConfig, update .gitignore, and refactor error handlin… #8

feat: add EditorConfig, update .gitignore, and refactor error handlin…

feat: add EditorConfig, update .gitignore, and refactor error handlin… #8

Workflow file for this run

name: golangci-lint
on:
push:
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: asdf-vm/actions/install@v3
env:
ASDF_GOLANG_DEFAULT_PACKAGES_FILE: ./.default-golang-pkgs
- uses: actions/setup-python@v5
with:
python-version: '3.11.4'
- uses: pre-commit/[email protected]