Skip to content

Commit

Permalink
Create linting_and_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
manilde authored Sep 19, 2023
1 parent cdb279d commit c82d767
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/linting_and_tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: CI Checks

on:
pull_request:
branches: main

jobs:
linting-and-tests:
name: Linting and tests
uses: amsterdam/github-workflows/.github/workflows/CI.yml@v1

0 comments on commit c82d767

Please sign in to comment.