Skip to content

change(kreivo-runtime): trust reserves from DOT #396

change(kreivo-runtime): trust reserves from DOT

change(kreivo-runtime): trust reserves from DOT #396

Workflow file for this run

name: Checks
on:
pull_request:
jobs:
build:
name: Check lint
runs-on: [self-hosted, builder]
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: target
key: ${{ runner.os }}-${{ github.ref }}-target-cache
- run: just check
tests:
name: Check project
runs-on: [self-hosted, builder]
needs: build
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: target
key: ${{ runner.os }}-${{ github.ref }}-target-cache
- run: just test