Skip to content

ci(deps): update helm release kube-prometheus-stack to v61 #2178

ci(deps): update helm release kube-prometheus-stack to v61

ci(deps): update helm release kube-prometheus-stack to v61 #2178

Workflow file for this run

name: Run static checks
on:
pull_request:
branches:
- main
jobs:
format:
name: Lint & format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Static check
run: |
# Install asdf and expose to PATH
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.13.1
. $HOME/.asdf/asdf.sh
# Add asdf plugins and install tools in .tool-versions
make asdf_install
# Run checks
make validate