Skip to content

Commit

Permalink
Use generic continuous integration workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
foretspaisibles committed Sep 16, 2023
1 parent 36e632f commit 0b3afe9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 79 deletions.
79 changes: 0 additions & 79 deletions .github/workflows/Delivery.yaml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 'Continuous Integration'
on:
- workflow_dispatch
- push

jobs:
continuous-integration:
uses: melusina-org/reusable/.github/workflows/lisp-continuous-integration.yaml@main
with:
main-system: 'org.melusina.atelier'
testsuite-system: 'org.melusina.atelier/testsuite'
testsuite-entrypoint: 'run-all-tests'
linter-system: 'org.melusina.atelier/development'
linter-entrypoint: 'lint'

0 comments on commit 0b3afe9

Please sign in to comment.