Skip to content

Bump dependabot/fetch-metadata from 1.3.3 to 2.3.0 #145

Bump dependabot/fetch-metadata from 1.3.3 to 2.3.0

Bump dependabot/fetch-metadata from 1.3.3 to 2.3.0 #145

Workflow file for this run

name: Lint
on: [pull_request]
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ^1.18
- uses: actions/checkout@v3
with:
fetch-depth: 0 # needed for `only-new-issues` to compare diffs
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: "--config .golintci.yml"
only-new-issues: true
tfproviderlint:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ^1.18
- run: make terraform-provider-lint