chore(llc): release 0.3.1 (#20) #87
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: pana | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| push: | |
| branches: | |
| - main | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| stream_core: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: 📚 Git Checkout | |
| uses: actions/checkout@v4 | |
| - name: 📊 Verify Pana Score | |
| uses: ./.github/actions/pana | |
| with: | |
| working_directory: packages/stream_core | |
| min_score: 125 # Missing 10 points for no example, 10 points for license, and 10 points for `publish_to` in pubspec. |