Skip to content

GitHub Actions: Fix artifacts downloading #269

GitHub Actions: Fix artifacts downloading

GitHub Actions: Fix artifacts downloading #269

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@8c3b859e35165a6e81a660713be195ec61d2ca1d # v5.2.1
php:
uses: typisttech/.github/.github/workflows/lint-php.yml@8c3b859e35165a6e81a660713be195ec61d2ca1d # v5.2.1
with:
phpstan: true
box: true
box-php-version: '8.5'
box-version: '4'
go:
uses: typisttech/.github/.github/workflows/lint-go.yml@8c3b859e35165a6e81a660713be195ec61d2ca1d # v5.2.1
with:
golangci-lint: true
golangci-lint-version: v2.11 # Must be kept in sync with @../../mise.toml
wait-for-all-lint:
needs:
- actions
- php
- go
runs-on: ubuntu-latest
steps:
- run: exit 0