Skip to content

Implemented SetFontFace and FreeTLype fonts #10

Implemented SetFontFace and FreeTLype fonts

Implemented SetFontFace and FreeTLype fonts #10

Workflow file for this run

name: Run Gosec
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v2
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: -exclude=G103 ./...