Skip to content

GovBanner Component Creation #410

GovBanner Component Creation

GovBanner Component Creation #410

name: "Prettier Format & ESLint"
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
jobs:
format_and_lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/Jod
- run: yarn install --frozen-lockfile
- run: yarn check-lint-config
- run: yarn lint