Skip to content

Merge pull request #188 from hmcts/NFDIV-4430-introduce-workflow #882

Merge pull request #188 from hmcts/NFDIV-4430-introduce-workflow

Merge pull request #188 from hmcts/NFDIV-4430-introduce-workflow #882

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@v1
- uses: actions/setup-node@v1
with:
node-version: 12
- run: yarn --version