Skip to content

The expand logic for env tag options has been modified, and the customOptions function has been refactored #459

The expand logic for env tag options has been modified, and the customOptions function has been refactored

The expand logic for env tag options has been modified, and the customOptions function has been refactored #459

Workflow file for this run

name: linters
on:
push:
pull_request:
jobs:
editorconfig:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: editorconfig-checker/action-editorconfig-checker@main
- run: editorconfig-checker
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ~1.19
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v6