Skip to content

Upgrade wagmi 2.2

Upgrade wagmi 2.2 #87

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Builds the Docker image
run: docker build ./ -t govnft/app
- name: Runs code QA and tests
run: docker run --rm --env-file=.env.example -t govnft/app sh -c 'yarn build'