Skip to content

Add a spec for the Content Object Store #109

Add a spec for the Content Object Store

Add a spec for the Content Object Store #109

Workflow file for this run

name: CI
on:
workflow_dispatch: {}
push:
branches:
- main
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
show-progress: false
- name: Setup Node
uses: alphagov/govuk-infrastructure/.github/actions/setup-node@main
- name: Run eslint
run: yarn run eslint .
- name: Run prettier
run: yarn run prettier --check .