Skip to content

linter: main.ts

linter: main.ts #158

Workflow file for this run

name: Development
on:
workflow_dispatch:
workflow_call:
push:
branches: ["main", "dev"]
jobs:
lint:
name: Lint
uses: ./.github/workflows/linter.yaml
build:
name: "Build and test"
needs: lint
uses: ./.github/workflows/buildAndTest.yaml