Skip to content

[TM-741] Turns Workdays into a BE concern #33

[TM-741] Turns Workdays into a BE concern

[TM-741] Turns Workdays into a BE concern #33

Workflow file for this run

name: pull-request
on:
pull_request:
branches: [main, staging, release/**]
jobs:
lintTest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install deps
run: make composer
- name: Bring up Docker
run: make up
- name: Lint & Test
run: make test