Skip to content

ci: make workflows for dev and clean up prod workflow #1

ci: make workflows for dev and clean up prod workflow

ci: make workflows for dev and clean up prod workflow #1

Workflow file for this run

name: Development
on:
push:
branches:
- '**'
- '!main'
jobs:
lint-format:
name: Linting and Formatting Checks
uses: ./.github/workflows/lint-and-format.yml