You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
kratos/.github/workflows/lint.yml

19 lines
302 B

name: Lint
on:
push:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
lint:
name: lint module
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: latest