Skip to content

✨ receive extendedSituation (NGC-2239) #425

✨ receive extendedSituation (NGC-2239)

✨ receive extendedSituation (NGC-2239) #425

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: [preprod]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: actions/setup-node@main
with:
node-version: 22
- name: 'Install packages'
run: yarn --frozen-lockfile
- name: 'Lint'
run: yarn lint
- name: 'Test'
run: yarn test:coverage
- name: 'Build'
run: yarn build