Skip to content

fix: Making sure of alphabetical sorting in packages #81

fix: Making sure of alphabetical sorting in packages

fix: Making sure of alphabetical sorting in packages #81

Workflow file for this run

name: BuildSafe CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: git checkout
uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: nicknovitski/nix-develop@v1
with:
arguments: bsf/.#devShell
- name: run tests
run: task test
- name: build app
run : task build
continue-on-error: true