Skip to content

Commit

Permalink
Add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Dec 30, 2023
1 parent b50a9b5 commit 4812f46
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
jobs:
build:
name: "Blockfrost Erlang"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "cachix/install-nix-action@v24"
with:
nix_path: "nixpkgs=channel:nixos-unstable"

- name: Nix build
run: nix-build

- name: Dialyzer
run: nix-shell --run "rebar3 dialyzer"

name: Blockfrost Erlang CI
'on':
pull_request: {}
push: {}

0 comments on commit 4812f46

Please sign in to comment.