Skip to content

Improve pattern detection in WriteRunToml (#78) #68

Improve pattern detection in WriteRunToml (#78)

Improve pattern detection in WriteRunToml (#78) #68

Workflow file for this run

name: linting
on: push
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: go mod download
- name: Trunk Check
uses: trunk-io/trunk-action@v1