Skip to content

Bump codecov/codecov-action from 3.1.4 to 5.1.0 #1213

Bump codecov/codecov-action from 3.1.4 to 5.1.0

Bump codecov/codecov-action from 3.1.4 to 5.1.0 #1213

Workflow file for this run

name: Fmt
on:
pull_request:
push:
branches:
- master
jobs:
gofmt:
name: gofmt
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Check code formatting using gofmt
uses: Jerome1337/[email protected]