Skip to content

Lint GitHub Actions #159

Lint GitHub Actions

Lint GitHub Actions #159

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:
actions:
uses: typisttech/.github/.github/workflows/lint-actions.yml@v3
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:
- actions
- php
- go
runs-on: ubuntu-latest
steps:
- run: exit 0