Skip to content

Commit

Permalink
Adding Quality Gate
Browse files Browse the repository at this point in the history
  • Loading branch information
Caio-Yokoyama committed Jul 15, 2024
1 parent 609b530 commit ff66521
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Unit Tests

on:
pull_request:
branches: master

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Quality Gate - Unit Test
run: make test

0 comments on commit ff66521

Please sign in to comment.