Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ci

on: [pull_request] # yamllint disable-line rule:truthy

Check warning on line 3 in .github/workflows/ci.yaml

View workflow job for this annotation

GitHub Actions / lint

3:20 [comments] too few spaces before comment

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull-request.number || github.ref }}
Expand All @@ -12,7 +12,7 @@

permissions:
contents: read
checks: write # Used to annotate code in the PR

Check warning on line 15 in .github/workflows/ci.yaml

View workflow job for this annotation

GitHub Actions / lint

15:17 [comments] too few spaces before comment

jobs:
build:
Expand Down Expand Up @@ -46,6 +46,7 @@
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
with:
version: v1.64.6
only-new-issues: true
args: --timeout=10m
- name: yamllint
run: |
Expand Down
Loading