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

Commit

Permalink
Merge pull request #14 from lunofono/pub-score-update
Browse files Browse the repository at this point in the history
workflows/pub-score: Remove container hack
  • Loading branch information
llucax authored Feb 3, 2021
2 parents 40b4834 + 5be1873 commit b6a58dd
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 b6a58dd

Please sign in to comment.