Skip to content

Commit

Permalink
Update org-wide-files (#127)
Browse files Browse the repository at this point in the history
* ci: update configlet workflow
* ci: remove trailing whitespace from labels.yml
  • Loading branch information
ErikSchierboom authored May 5, 2022
1 parent 888b5ad commit 89d2730
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
color: "ffffff"

# The `x:rep/<value>` labels describe the amount of reputation to award
#
#
# For more information on reputation and how these labels should be used,
# check out https://exercism.org/docs/using/product/reputation
- name: "x:rep/tiny"
Expand Down
25 changes: 11 additions & 14 deletions .github/workflows/configlet.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
# This workflow will do a fetch the latest configlet binary and lint this repository.
name: Configlet

name: configlet
on:
pull_request:
push:
branches:
- main
workflow_dispatch:

on: [push, pull_request, workflow_dispatch]
permissions:
contents: read

jobs:
lint:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Fetch configlet
uses: exercism/github-actions/configlet-ci@main

- name: Configlet Linter
run: configlet lint
configlet:
uses: exercism/github-actions/.github/workflows/configlet.yml@main

0 comments on commit 89d2730

Please sign in to comment.