Skip to content

chore: wip bootstrap config #3044

chore: wip bootstrap config

chore: wip bootstrap config #3044

Workflow file for this run

#! Auto synced from Shared CI Resources repository
#! Don't change this file, instead change it in github.com/GaloyMoney/concourse-shared
name: Check Code
on:
pull_request:
branches: [main]
jobs:
check-code-backend:
name: Check Code Backend
runs-on: ubuntu-latest
steps:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v8
- uses: actions/checkout@v4
- name: Run check code
run: nix develop -c make check-code
check-code-apps:
name: Check Code Apps
runs-on: ubuntu-latest
steps:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v8
- uses: actions/checkout@v4
- name: Run check code
run: nix develop -c make check-code-apps