prometheus-jitsi-meet-exporter/.github/workflows/quality.yaml
dependabot[bot] 04a6b7a87b
Bump actions/checkout from 2.4.0 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.4.0...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-01 19:28:48 +00:00

16 lines
257 B
YAML

name: Quality
on:
push:
branches:
- main
pull_request_target:
jobs:
golangci:
name: GolangCI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: GolangCI
uses: golangci/golangci-lint-action@v3