Skip to content

Commit

Permalink
CI: Use shared github action template also for general tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pprkut committed Jan 17, 2024
1 parent 34ed047 commit 9cc6ad3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# SPDX-FileCopyrightText: Copyright 2023 Move Agency Group B.V., Zwolle, The Netherlands
# SPDX-License-Identifier: CC0-1.0

name: General Tests
on: [push, pull_request, workflow_dispatch]

jobs:
reuse:
uses: lunr-php/actions-templates/.github/workflows/reuse.yml@master
18 changes: 0 additions & 18 deletions .github/workflows/reuse.yml

This file was deleted.

0 comments on commit 9cc6ad3

Please sign in to comment.