Skip to content

Update module github.com/google/go-github/v49 to v65 #166

Update module github.com/google/go-github/v49 to v65

Update module github.com/google/go-github/v49 to v65 #166

Workflow file for this run

name: Integration Test
on:
push:
branches:
- '*'
paths-ignore:
- 'docs/**'
- '**/README.md'
tags-ignore:
- '*.*'
pull_request:
types: [opened, reopened]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Self test
id: selftest
uses: ribtoks/tdg-github-action@master
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}
SHA: ${{ github.sha }}
REF: ${{ github.ref }}
DRY_RUN: 1
EXCLUDE_PATTERN: "\\.*/vendor/"
- name: Check outputs
run: |
test "${{ steps.selftest.outputs.scannedIssues }}" == "1"