fix(reload_experience): Improve reload experience with a 404 page and a choice when there is changes not saved #37
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: pull_request | |
name: Test and build | |
jobs: | |
admin-front: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: 18 | |
- name: Build an test Admin FrontEnd | |
run: | | |
npm ci | |
npm run build | |
npm run lint | |
npm run format:check |