Skip to content

1.1.1

1.1.1 #22

Workflow file for this run

---
name: Lint
'on':
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Lint Code Base
uses: github/[email protected]
env:
VALIDATE_ALL_CODEBASE: true
GITHUB_TOKEN: ${{ secrets.TOKEN }}