Skip to content

Commit

Permalink
fea: add quality-gateway workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-souza committed Sep 30, 2024
1 parent 3054ee6 commit 041eca2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/quality-gateway.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Quality Gateway

on:
push:

jobs:
quality-gateway:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: install dependencies
run: apt update && apt install -y neovim

- name: Run tests
run: make tests

0 comments on commit 041eca2

Please sign in to comment.