Skip to content

Commit

Permalink
Merge branch 'PR/305' into frej/felipec-pr-spree
Browse files Browse the repository at this point in the history
Closes #305
  • Loading branch information
frej committed Mar 27, 2023
2 parents 64ee34d + 278cc99 commit 0d0e90d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 71 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: CI

on:
push:
branches: [master]
Expand All @@ -19,3 +21,11 @@ jobs:

- name: Run tests
run: make -C t

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: python

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
71 changes: 0 additions & 71 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

0 comments on commit 0d0e90d

Please sign in to comment.