Skip to content

Get today date

Get today date #15

Workflow file for this run

name: CI
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: /tmp/composer-cache
key: ${{ runner.os }}-${{ hashFiles('composer.json') }}
- uses: php-actions/composer@v6
with:
args: --ignore-platform-reqs
- run: composer cs:check