Skip to content

Change CGO_ENABLED to 1 / Changed TLS Version to 1.2 (#106) #1

Change CGO_ENABLED to 1 / Changed TLS Version to 1.2 (#106)

Change CGO_ENABLED to 1 / Changed TLS Version to 1.2 (#106) #1

Workflow file for this run

name: PR Checks
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
- ready_for_review
- labeled
- unlabeled
issues:
types:
- milestoned
- demilestoned
concurrency:
group: pr-checks-${{ github.event.number }}
jobs:
main:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- name: Checkout Actions
uses: actions/checkout@v2
with:
repository: "grafana/grafana-github-actions"
path: ./actions
ref: main
- name: Install Actions
run: npm install --production --prefix ./actions
- name: Run PR Checks
uses: ./actions/pr-checks
with:
token: ${{secrets.GITHUB_TOKEN}}
configPath: pr-checks