Skip to content

Move block context to blob #104

Move block context to blob

Move block context to blob #104

Workflow file for this run

name: Gas-oracle
on:
push:
branches:
- main
paths:
- "gas-oracle/**"
- ".github/workflows/gas-oracle.yaml"
pull_request:
paths:
- "gas-oracle/**"
- ".github/workflows/gas-oracle.yaml"
defaults:
run:
working-directory: "gas-oracle"
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run build
run: make build
- name: Run tests
run: make test