Skip to content

fix lint error

fix lint error #4

Workflow file for this run

on:
# Runs on pushes targeting the default branch
push:
branches: ["dev"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "frontend-dev"
cancel-in-progress: false
jobs:
build-deploy-dev:
uses: ./.github/workflows/build-deploy.yml
secrets: inherit