Skip to content

Commit

Permalink
ci(workflows): add build and lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Gijsdeman committed Nov 2, 2024
1 parent 40f080a commit 69dbf33
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Lint and build

on:
push:
branches:
- develop
pull_request:
branches:
- develop

jobs:
build-and-lint:
uses: GEWIS/actions/.github/workflows/typescript-lint-and-build.yml@v0.0.1
with:
node-version: "20.x"
package-manager: "yarn"
lint: true
format: true
build: true

0 comments on commit 69dbf33

Please sign in to comment.