chore(deps): update dependency eslint to v9 #6130
Workflow file for this run
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: build | |
# Actions for any push other than onto master or any PR into master | |
# ----------------- | |
# Control variables (GitHub Secrets) | |
# ----------------- | |
# | |
# None | |
# | |
# ----------- | |
# Environment (GitHub Environments) | |
# ----------- | |
# | |
# Environment (n/a) | |
on: | |
push: | |
branches-ignore: | |
- 'master' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Build | |
uses: docker/build-push-action@v5 | |
with: | |
build-args: | | |
GIT_SHA=${{ github.sha }} | |
SKIP_CHECKS=1 | |
BASE_PATH=/data-manager-ui |