Skip to content

chore(driver): Optimize code #9

chore(driver): Optimize code

chore(driver): Optimize code #9

Workflow file for this run

name: Go Lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v4