Skip to content

Generate Contract Methods #23

Generate Contract Methods

Generate Contract Methods #23

Workflow file for this run

name: Build Docker Image
on:
pull_request:
paths-ignore:
- "**.md"
push:
branches:
- main
paths-ignore:
- "**.md"
jobs:
push:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- name: Build docker image
run: |
docker build -t leonardocustodio/polkadart .