Skip to content

steam application logs to ES #10

steam application logs to ES

steam application logs to ES #10

Workflow file for this run

name: Pint
on:
push:
branches:
- main
pull_request:
branches: ["main"]
jobs:
pint:
name: pint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
coverage: none
- name: Install composer dependencies
run: composer install -n --prefer-dist
- name: Run Static Analysis
run: ./vendor/bin/pint --test