Skip to content

Bump actions/checkout from 3 to 4 #248

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #248

Workflow file for this run

# see https://github.com/marketplace/actions/deploy-to-github-pages
name: Build
on:
pull_request: null
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# see https://github.com/shivammathur/setup-php
- uses: shivammathur/setup-php@v2
with:
php-version: 8.2
- run: composer install --no-progress
- name: Build
run: |
# configure timezone: https://stackoverflow.com/a/27052708/1348344
# export TZ=Europe/Prague
bin/console import --ansi -vvv
bin/console stenope:build