Skip to content

Commit

Permalink
Merge pull request #1 from blockfrost/ci
Browse files Browse the repository at this point in the history
Add CI
  • Loading branch information
sorki authored Dec 30, 2023
2 parents b50a9b5 + 4812f46 commit 7b7a799
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 7b7a799

Please sign in to comment.