Skip to content

fixed images on home screen - attempt 2 #166

fixed images on home screen - attempt 2

fixed images on home screen - attempt 2 #166

Workflow file for this run

name: Example workflow
on: [push, pull_request]
jobs:
package-analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2 # required
- uses: axel-op/dart-package-analyzer@v3
with:
# Required:
githubToken: ${{ secrets.GITHUB_TOKEN }}
# Optional:
# relativePath: packages/mypackage/