Skip to content

Convert all Lint to CertificateLint #3317

Convert all Lint to CertificateLint

Convert all Lint to CertificateLint #3317

Workflow file for this run

name: testdata-lint
on:
push:
pull_request:
schedule:
# Run every 12 hours, at the 15 minute mark. E.g.
# 2020-11-29 00:15:00 UTC, 2020-11-29 12:15:00 UTC, 2020-11-30 00:15:00 UTC
- cron: '15 */12 * * *'
jobs:
build:
name: Check Testdata
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Lint Testdata
run: make testdata-lint
working-directory: v3