Skip to content

Commit e513613

Browse files
committed
fix: Re-added accidentally removed lint
1 parent c3a045c commit e513613

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
run: firebase emulators:exec --only database --project fake-project-id 'pytest integration/test_db.py'
4444
- name: Run Functions emulator tests
4545
run: firebase emulators:exec --config integration/emulators/firebase.json --only tasks,functions --project fake-project-id 'CLOUD_TASKS_EMULATOR_HOST=localhost:9499 pytest integration/test_functions.py'
46+
lint:
4647
runs-on: ubuntu-latest
4748
steps:
4849
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)