Skip to content

Commit

Permalink
CI: Switch to shared template for reuse, add and enforce typos check
Browse files Browse the repository at this point in the history
  • Loading branch information
pprkut committed May 3, 2024
1 parent 561b967 commit 6b291e4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 18 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 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
typos:
uses: lunr-php/actions-templates/.github/workflows/typos.yml@master
with:
config: tests/typos.toml
18 changes: 0 additions & 18 deletions .github/workflows/reuse.yml

This file was deleted.

Empty file added tests/typos.toml
Empty file.

0 comments on commit 6b291e4

Please sign in to comment.