Skip to content

Bump lucacome/draft-release from 0.2.2 to 1.0.0 #56

Bump lucacome/draft-release from 0.2.2 to 1.0.0

Bump lucacome/draft-release from 0.2.2 to 1.0.0 #56

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
defaults:
run:
shell: bash
concurrency:
group: ${{ github.ref_name }}-lint
cancel-in-progress: true
jobs:
lint:
name: Lint
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Golang Environment
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Lint Code
uses: golangci/golangci-lint-action@v3
with:
only-new-issues: true
actionlint:
name: Actionlint
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@v1
with:
actionlint_flags: -shellcheck ""