Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Try to push to ecr

Try to push to ecr #2

Workflow file for this run

name: CI
on: push
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
env:
ACTIONS_STEP_DEBUG: true
with:
cache: true
locked: true
- name: install frontend
run: pixi run frontend-install
- name: npm cache
id: npm-cache
uses: actions/cache@v4
with:
path: frontend/node_modules
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
- uses: pre-commit/[email protected]