Skip to content

feat: update EditorConfig for YAML and Markdown files, and refactor G… #12

feat: update EditorConfig for YAML and Markdown files, and refactor G…

feat: update EditorConfig for YAML and Markdown files, and refactor G… #12

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: jdx/mise-action@v2
- uses: actions/setup-python@v5
with:
python-version: "3.11.4"
- uses: pre-commit/action@v3.0.1