update keycloak JS (#186) #63
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Orca" | |
on: | |
push: | |
jobs: | |
nix-build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Clone repository | |
uses: actions/checkout@v3 | |
# Nix | |
- uses: DeterminateSystems/nix-installer-action@main | |
- uses: DeterminateSystems/magic-nix-cache-action@main | |
- name: Check orca | |
run: nix flake check --log-format raw --option log-lines 100 | |
- name: Build via nix | |
run: nix build .#orca --log-format raw |