Skip to content

Merge pull request #692 from hmcts/fix-cookie-vuln #3614

Merge pull request #692 from hmcts/fix-cookie-vuln

Merge pull request #692 from hmcts/fix-cookie-vuln #3614

Workflow file for this run

name: CI Checks
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- run: yarn --version
- run: yarn install
- run: yarn cichecks