Skip to content

Commit

Permalink
Merge pull request #149 from Amsterdam/TerryvanWalen-patch-1
Browse files Browse the repository at this point in the history
Create linting_and_tests.yml
  • Loading branch information
TerryvanWalen authored Oct 2, 2023
2 parents 45f7400 + 3e5576c commit fc19113
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/linting_and_tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: CI Checks
# This workflow assumes you have a Makefile in the root of your repository with the target "test"
# The workflow will build the docker image with name "Dockerfile" in the root of the repository

on:
pull_request:
branches: main

jobs:
linting-and-tests:
name: Linting and tests
uses: amsterdam/github-workflows/.github/workflows/CI.yml@v1
with:
check_linting: false # Requires Makefile target "lint"

0 comments on commit fc19113

Please sign in to comment.