Skip to content

Merge branch 'main' of https://github.com/OlofBlomqvist/marlowe-indexer #24

Merge branch 'main' of https://github.com/OlofBlomqvist/marlowe-indexer

Merge branch 'main' of https://github.com/OlofBlomqvist/marlowe-indexer #24

Workflow file for this run

name: CI Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dsherret/rust-toolchain-file@v1
- name: Build
run: cargo build