Skip to content

Commit

Permalink
configlet-ci: use track's fetch-configlet script
Browse files Browse the repository at this point in the history
  • Loading branch information
ee7 committed Jan 6, 2023
1 parent 682a82e commit 505ee72
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 29 deletions.
4 changes: 2 additions & 2 deletions configlet-ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- uses: actions/checkout@v2

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

- name: Configlet Linter
run: configlet lint

Expand Down
8 changes: 2 additions & 6 deletions configlet-ci/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@ author: 'Sascha Mann'
branding:
icon: 'download'
color: 'purple'

runs:
using: "composite"
steps:
- run: mkdir -p bin/
shell: bash
- run: ${{ github.action_path }}/fetch-configlet
shell: bash
- run: chmod +x bin/configlet
- run: bin/fetch-configlet
shell: bash
- run: echo "$PWD/bin" >> $GITHUB_PATH
shell: bash
Expand Down
21 changes: 0 additions & 21 deletions configlet-ci/fetch-configlet

This file was deleted.

0 comments on commit 505ee72

Please sign in to comment.