Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Merge pull request #85 from hungcq/patch-1 #4

Merge pull request #85 from hungcq/patch-1

Merge pull request #85 from hungcq/patch-1 #4

Workflow file for this run

name: Examples
on:
push:
branches:
- master
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
env:
GOFLAGS: -mod=readonly
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Please
uses: sagikazarmark/setup-please-action@v0
- name: Run tests
run: |
cd examples
plz testdir