Skip to content

Add CI pipelines for linting and formatting #1

Add CI pipelines for linting and formatting

Add CI pipelines for linting and formatting #1

Workflow file for this run

name: Development
on:
pull_request:
branches:
- "**"
jobs:
lint_and_format:
name: Linting and formatting checks
uses: ./.github/workflows/lint-and-format.yml
# build:
# needs: lint_and_format
# name: Build
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v4
# # TODO