Skip to content

Commit

Permalink
CI: Remove configlet token requirement (JuliaLang#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaMann authored Oct 9, 2020
1 parent dd3bd5b commit 805e4df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/configlet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 # 2.3.3
- uses: actions/checkout@v2 # 2.3.3

- name: Fetch configlet
uses: exercism/github-actions/configlet-ci@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Configlet Linter
run: configlet lint .
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"language": "Julia",
"language": "Julia",
"active": true,
"blurb": "Julia is an open-source high-level, dynamic programming language whose sweet spot is technical and scientific computing. It is convenient for day-to-day work and fast enough for high performance computing.",
"online_editor": {
Expand Down

0 comments on commit 805e4df

Please sign in to comment.