Skip to content

[New] workflows, storage, utils, ui: Workflow runner with TTL caching… #36

[New] workflows, storage, utils, ui: Workflow runner with TTL caching…

[New] workflows, storage, utils, ui: Workflow runner with TTL caching… #36

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup mise
uses: jdx/mise-action@v2
- name: Run CI checks
run: make ci