-
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 Sync org-wide files to upstream repo (#569)
More info: exercism/org-wide-files@cc4bf90
- Loading branch information
1 parent
7d01948
commit 2e46b3e
Showing
2 changed files
with
16 additions
and
27 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 |
---|---|---|
@@ -1,24 +1,15 @@ | ||
# This workflow will do a fetch the latest configlet binary and lint this repository. | ||
|
||
name: configlet | ||
name: Configlet | ||
|
||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
push: | ||
branches: | ||
- main | ||
- master | ||
pull_request: | ||
|
||
jobs: | ||
lint: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
workflow_dispatch: | ||
|
||
- name: Fetch configlet | ||
uses: exercism/github-actions/configlet-ci@main | ||
permissions: | ||
contents: read | ||
|
||
- name: Configlet Linter | ||
run: configlet lint | ||
jobs: | ||
configlet: | ||
uses: exercism/github-actions/.github/workflows/configlet.yml@main |
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