-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Switch to shared template for reuse, add and enforce typos check
Reviewed at https://reviews.lunr.nl/r/1147/
- Loading branch information
Showing
3 changed files
with
13 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
Empty file.