Skip to content

chore(deps): update zoeyvid/valkey-static docker tag to v35 #2776

chore(deps): update zoeyvid/valkey-static docker tag to v35

chore(deps): update zoeyvid/valkey-static docker tag to v35 #2776

name: update-and-lint
on:
push:
branches:
- develop
- php
schedule:
- cron: "0 */6 * * *"
workflow_dispatch:
jobs:
update-and-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: nginxbeautifier
run: |
yarn global add nginxbeautifier
nginxbeautifier -s 4 -r rootfs/usr/local/nginx/conf
- name: push changes
run: |
git add -A
git config user.name "GitHub"
git config user.email "[email protected]"
git diff-index --quiet HEAD || git commit -sm "update and lint"
git push