Skip to content

[Snyk] Security upgrade axios from 1.11.0 to 1.12.0 #92

[Snyk] Security upgrade axios from 1.11.0 to 1.12.0

[Snyk] Security upgrade axios from 1.11.0 to 1.12.0 #92

Workflow file for this run

name: Run checks
on:
push:
branches: [main, dev]
paths:
- "GUI/**"
- ".github/**"
pull_request:
types: [opened, ready_for_review, reopened, synchronize]
paths:
- "GUI/**"
- ".github/**"
concurrency:
group: ${{ github.ref }}-checks
cancel-in-progress: true
jobs:
frontend-format:
uses: ./.github/workflows/run-check.yml
with:
command: npm run format
frontend-lint:
uses: ./.github/workflows/run-check.yml
with:
command: npm run lint
frontend-test:
uses: ./.github/workflows/run-check.yml
with:
command: npm run test:run
frontend-build:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- run: cd GUI && docker image build .