Skip to content

Update dependency @fortawesome/fontawesome-free to v6.4.2 #1126

Update dependency @fortawesome/fontawesome-free to v6.4.2

Update dependency @fortawesome/fontawesome-free to v6.4.2 #1126

Workflow file for this run

name: go-test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
go-version: '1.18'
- name: test
run: go test ./... -coverprofile=profile.cov
- uses: shogo82148/[email protected]
with:
path-to-profile: profile.cov