Skip to content

Update modified components since nhsuk-frontend v5 #529

Update modified components since nhsuk-frontend v5

Update modified components since nhsuk-frontend v5 #529

Workflow file for this run

name: CI Build
on:
push:
branches: main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Yarn Install
run: yarn
- name: Lint
run: yarn lint:ci
- name: Jest Tests
run: yarn test:ci
- name: Typescript build
run: yarn build
- name: Storybook build
run: yarn build-storybook