Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lebaudantoine committed Mar 5, 2024
1 parent dd7a737 commit 05866e2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linters
name: Lint and Build

on:
push:
Expand Down Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Lint commit messages added to main
run: ~/.local/bin/gitlint --commits origin/${{ github.event.pull_request.base.ref }}..HEAD

lint:
lint-build:
runs-on: ubuntu-latest

steps:
Expand All @@ -46,3 +46,6 @@ jobs:

- name: Run linter over sources
run: yarn lint

- name: Build sources
run: yarn build

0 comments on commit 05866e2

Please sign in to comment.