Skip to content

Bump tailscale.com from 1.62.0 to 1.62.1 #38

Bump tailscale.com from 1.62.0 to 1.62.1

Bump tailscale.com from 1.62.0 to 1.62.1 #38

Workflow file for this run

---
name: Lint
on: pull_request
jobs:
yamllint:
name: Yamllint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run Yamllint
uses: frenck/[email protected]
with:
strict: true
markdownlint:
name: markdown
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v15
golangci-lint:
name: go
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: WillAbides/[email protected]
with:
go-version-file: go.mod
- run: go version
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: latest
only-new-issues: true