Skip to content

feat: bump ui to latest #7149

feat: bump ui to latest

feat: bump ui to latest #7149

Workflow file for this run

name: Lint
on:
pull_request:
types:
- opened
- reopened
- synchronize
- labeled
permissions:
contents: read
jobs:
pre-commit:
runs-on:
- self-hosted
- small
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install NIX
uses: cachix/install-nix-action@V28
- name: Install devbox
uses: jetify-com/[email protected]
with:
enable-cache: true
skip-nix-installation: true
- name: Run pre-commit
env:
MAGEFILE_VERBOSE: true
run: devbox run -- ./mage lint:precommit