Skip to content

feat: Displaying data chegada (novosga/novosga#378) (#3) #8

feat: Displaying data chegada (novosga/novosga#378) (#3)

feat: Displaying data chegada (novosga/novosga#378) (#3) #8

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: shivammathur/[email protected]
with:
php-version: 8.2
- name: Install dependencies
run: composer install
- name: PHP Code Standards
run: vendor/bin/phpcs
- name: PHP Code Analysis
run: vendor/bin/phpstan
- name: PHP Unit Tests
run: vendor/bin/phpunit