prometheus-jitsi-meet-exporter/.github/workflows/quality.yaml
Dwight Donovan Benvenuto e79afdad42
Merge pull request #82 from systemli/fix-releasing
👷 Fix release and add Docker Images to Releas
2022-02-25 09:45:56 +01:00

16 lines
261 B
YAML

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