Skip to content

chore(trace): ignore format logging if mismatch log level #36

chore(trace): ignore format logging if mismatch log level

chore(trace): ignore format logging if mismatch log level #36

name: BlobStore-Checks
on:
push:
paths:
- 'blobstore/**.go'
pull_request:
types: [opened, synchronize, reopened]
paths:
- 'blobstore/**'
permissions:
contents: read
jobs:
GolangFormat:
name: format
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Go code format with gofumpt
run: |
docker/run_docker.sh --bsgofumpt
GolangCI-Lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: run golangci-lint
run: |
docker/run_docker.sh --bsgolint