Skip to content

(wip) ref: add action type enum and relevant code to the margin engines #59

(wip) ref: add action type enum and relevant code to the margin engines

(wip) ref: add action type enum and relevant code to the margin engines #59

name: Gas Comparison
on:
pull_request:
types:
- opened
- synchronize
jobs:
gas_comparison:
runs-on: ubuntu-latest
steps:
- name: Run Gas Comparison
uses: antoncoding/gas-diff-action@v1.1.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
base_ref: ${{ github.base_ref }}
head_ref: ${{ github.head_ref }}