Skip to content

[fontscan] Better font resolution #640

[fontscan] Better font resolution

[fontscan] Better font resolution #640

Workflow file for this run

name: Static Analysis
on: [push, pull_request]
permissions:
contents: read
jobs:
static_analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: WillAbides/setup-go-faster@v1
with:
go-version: 'stable'
- name: Install analysis tools
run: go install honnef.co/go/tools/cmd/[email protected]
- name: Vet
run: go vet ./...
- name: Staticcheck
run: staticcheck ./...