Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Merge pull request #35 from go-faster/dependabot/github_actions/actio… #71

Merge pull request #35 from go-faster/dependabot/github_actions/actio…

Merge pull request #35 from go-faster/dependabot/github_actions/actio… #71

Workflow file for this run

name: x
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
# Common Go workflows from go faster
# See https://github.com/go-faster/x
jobs:
# test workflow is customized
cover:
uses: go-faster/x/.github/workflows/cover.yml@main
lint:
uses: go-faster/x/.github/workflows/lint.yml@main
commit:
uses: go-faster/x/.github/workflows/commit.yml@main
codeql:
uses: go-faster/x/.github/workflows/codeql.yml@main