Skip to content

Merge pull request #7 from AtomiCloud/ernest/sul-19-create-full-teard… #24

Merge pull request #7 from AtomiCloud/ernest/sul-19-create-full-teard…

Merge pull request #7 from AtomiCloud/ernest/sul-19-create-full-teard… #24

Workflow file for this run

name: CI-CD
on:
push:
jobs:
precommit:
name: Pre-commit Check
runs-on:
- nscloud-ubuntu-22.04-amd64-4x8-with-cache
- nscloud-cache-size-50gb
- nscloud-cache-tag-runbook-nix-store-cache
- nscloud-git-mirror-1gb
steps:
# Setup
- uses: AtomiCloud/actions.setup-nix@v1.2.1
- uses: AtomiCloud/actions.cache-bun@v1.0.1
# Action
- name: Run pre-commit
run: nix develop .#ci -c ./scripts/ci/pre-commit.sh