Skip to content

Merge branch 'main' of https://github.com/OilerNetwork/fossil #2

Merge branch 'main' of https://github.com/OilerNetwork/fossil

Merge branch 'main' of https://github.com/OilerNetwork/fossil #2

Workflow file for this run

name: Format and Build
on:
push:
merge_group:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.6.4"
- run: scarb fmt --check
- run: scarb build