Skip to content

fix: json template render bad empty array and empty object (#644) #2221

fix: json template render bad empty array and empty object (#644)

fix: json template render bad empty array and empty object (#644) #2221

Workflow file for this run

name: License checker
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check-license:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check License Header
uses: apache/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
log: info
config: .github/licenserc.yml
mode: fix