Skip to content

GA: build.yml - fixed formatting #32

GA: build.yml - fixed formatting

GA: build.yml - fixed formatting #32

Workflow file for this run

name: Build
on:
push:
branches:
- master
tags:
- 'v*'
pull_request:
jobs:
tests:
uses: janpecha/actions/.github/workflows/nette-tester-project.yml@master
with:
phpVersions: '["8.1", "8.2", "8.3"]'
coding-style:
uses: janpecha/actions/.github/workflows/code-checker.yml@master
static-analysis:
uses: janpecha/actions/.github/workflows/phpstan.yml@master
with:
phpVersions: '["8.1", "8.2", "8.3"]'