Skip to content

Adding toast feedback for errors with creating an administration #1174

Adding toast feedback for errors with creating an administration

Adding toast feedback for errors with creating an administration #1174

Workflow file for this run

name: Format
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
branches:
- main
jobs:
build-and-lint:
name: Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- run: npm ci
- run: npm run check-format