Skip to content

Commit

Permalink
Add check-quality job
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Nov 19, 2024
1 parent 100ce48 commit 28509a9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Pull Request

on: [push]

Check warning on line 4 in .github/workflows/pull-request.yml

View workflow job for this annotation

GitHub Actions / 🔎 Check quality

4:1 [truthy] truthy value should be one of [false, true]

jobs:
check-quality:
name: "🔎 Check quality"
runs-on: tart
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Run the quality check
run: make check-quality

0 comments on commit 28509a9

Please sign in to comment.