Skip to content

refactor: improve ssh based repo handling #1

refactor: improve ssh based repo handling

refactor: improve ssh based repo handling #1

Workflow file for this run

---
name: lint
on:
pull_request:
workflow_dispatch:
workflow_call:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
pull-requests: read
contents: read
checks: write
jobs:
lint:
name: lint
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
# Automatically caches for performance as well
# https://github.com/reviewdog/action-golangci-lint
# - name: golangci-lint
# uses: reviewdog/action-golangci-lint@70498f2d1f75a55ee9a4d719e74e21ed68aebea3 # renovate: tag=v2
- name: trunk-check
uses: trunk-io/trunk-action@bd686325615e9cf5a4ef98372ba94a472f9b5238 # v1
with:
arguments: --github-annotate-new-only=false