Skip to content

fix(magic.go): use offset according to each filetype #3

fix(magic.go): use offset according to each filetype

fix(magic.go): use offset according to each filetype #3

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
build:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
cache: true
cache-dependency-path: go.sum
- run: make lint