Bump @types/lodash from 4.14.202 to 4.17.4 in /frontend #434
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
name: Run frontend app formatter | |
on: push | |
jobs: | |
Prettier: | |
runs-on: ubuntu-latest | |
defaults: | |
run: | |
working-directory: "frontend" | |
steps: | |
- uses: actions/checkout@v3 | |
- run: npm ci | |
- run: npm run format:check |