Skip to content

Bump github.com/trustwallet/go-primitives from 0.0.81 to 0.1.3 #6

Bump github.com/trustwallet/go-primitives from 0.0.81 to 0.1.3

Bump github.com/trustwallet/go-primitives from 0.0.81 to 0.1.3 #6

Workflow file for this run

name: Fix (Dry run)
on:
pull_request:
branches: [ master ]
jobs:
fix-dryrun:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.18
- name: Check out code
uses: actions/checkout@v3
- name: Run fix
run: make fix
- name: Show fix result (diff)
run: |
git config core.ignorecase false
git status
git diff