Skip to content

Bump tar and @firebase/testing in /firebase/rules_test #306

Bump tar and @firebase/testing in /firebase/rules_test

Bump tar and @firebase/testing in /firebase/rules_test #306

Workflow file for this run

name: Analyzer
on: pull_request
jobs:
analyze:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./repo
steps:
- name: Cache Flutter
id: cache-flutter
uses: actions/cache@v2
with:
path: flutter/
key: ${{ runner.os }}-flutter
- name: Install Flutter
if: steps.cache-flutter.outputs.cache-hit != 'true'
uses: britannio/[email protected]
- uses: actions/checkout@v2
with:
path: repo # keeps Flutter separate from repo
# Has to be after checkout since repo won't exist
- name: Add Flutter to path
run: echo "../flutter/bin" >> $GITHUB_PATH
- name: Analyze
run: flutter analyze --dartdocs