Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
workflows/pub-score: Remove container hack
Browse files Browse the repository at this point in the history
This hack was necessary to use custom credentials, but this is not
needed anymore, so we can use the regular action.

Signed-off-by: Leandro Lucarella <luca@llucax.com>
  • Loading branch information
llucax committed Feb 3, 2021
1 parent 40b4834 commit 5be1873
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pub-score.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ on:
jobs:
pub-score:
runs-on: ubuntu-latest
container: axelop/dart_package_analyzer:v3
steps:
- uses: actions/checkout@v2

- name: Dart Package Analyzer
uses: axel-op/dart-package-analyzer@v3
id: score
env:
INPUT_GITHUBTOKEN: ${{ github.token }}
run: /dart_package_analyzer
with:
githubToken: ${{ github.token }}

- name: Check score
env:
Expand Down

0 comments on commit 5be1873

Please sign in to comment.