build(deps-dev): bump firebase-tools from 13.7.2 to 13.15.0 #69
This file contains 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: CI - Lint docker image | |
on: | |
push: | |
branches: | |
- '**' | |
- '!main' | |
- '!release/**' | |
jobs: | |
hadolint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
id: git-clone | |
name: Cloning repository | |
- uses: hadolint/[email protected] | |
id: hadolint | |
name: Installing and executing hadolint | |
with: | |
dockerfile: dockerfile |