Skip to content

chore(deps): bump axios from 1.5.0 to 1.6.0 #118

chore(deps): bump axios from 1.5.0 to 1.6.0

chore(deps): bump axios from 1.5.0 to 1.6.0 #118

Workflow file for this run

name: Development CI/CD
on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened, edited, ready_for_review]
jobs:
# Currently, not needed as netlify is used for deployment
# build:
# uses: ./.github/workflows/build.yml
# with:
# fail-on-error: true
prettier:
# needs: build
uses: ./.github/workflows/prettier.yml
with:
fail-on-error: true
eslint:
# needs: build
uses: ./.github/workflows/eslint.yml
with:
fail-on-error: true