Skip to content

RB-92 support EKS 1.32 and drop the 1.28 support (#63) #80

RB-92 support EKS 1.32 and drop the 1.28 support (#63)

RB-92 support EKS 1.32 and drop the 1.28 support (#63) #80

Workflow file for this run

name: Pre-commit hooks
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions: read-all
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install devbox
uses: jetify-com/[email protected]
with:
enable-cache: 'true'
- name: Run pre-commit on all files
env:
SKIP: "no-commit-to-branch"
run: devbox run -- pre-commit run --verbose --all-files --show-diff-on-failure