Skip to content

✨ v1beta3 + RUB selector in RSy + default excluded fields #93

✨ v1beta3 + RUB selector in RSy + default excluded fields

✨ v1beta3 + RUB selector in RSy + default excluded fields #93

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
lint:
name: Lint the code
permissions: {}
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v4.2.2
- name: Setup Go
uses: actions/setup-go@v5.2.0
with:
go-version: '1.23.3'
- name: Run linter
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 #v6.1.1
with:
version: v1.62.2
args: --timeout=5m