chore(deps): update darthsim/imgproxy:latest docker digest to 59f17d6 #543
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: DevOps | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
prettier: | |
name: Prettier | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/setup-node@v2 | |
with: | |
node-version: 16.4.2 | |
- run: npx prettier --check *.{json,yml} | |
renovate-config-validator: | |
name: Renovate Config Validator | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/setup-node@v2 | |
with: | |
node-version: 16.4.2 | |
- run: npx --package renovate -c 'renovate-config-validator' | |