Skip to content

Lint: Disable golangci-lint (#84) #121

Lint: Disable golangci-lint (#84)

Lint: Disable golangci-lint (#84) #121

Workflow file for this run

name: Lint
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
permissions:
contents: read
jobs:
php:
uses: typisttech/.github/.github/workflows/lint-php.yml@v3
with:
box: true
go:
uses: typisttech/.github/.github/workflows/lint-go.yml@v3
with:
golangci-lint: false
wait-for-all-lint:
needs:
- php
- go
runs-on: ubuntu-latest
steps:
- run: exit 0