Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Bump gts from 3.1.0 to 5.2.0 #512

Bump gts from 3.1.0 to 5.2.0

Bump gts from 3.1.0 to 5.2.0 #512

Workflow file for this run

name: 'build-and-test'
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: yarn install
- run: yarn run all
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./
with:
# This only tests *not* closing a PR
exclude-regex: 'nonexistantfileregex'
repo-token: ${{ secrets.GITHUB_TOKEN }}
message: 'Test message'