Skip to content

Adding lint checks in pull requests pipelines #1467

Adding lint checks in pull requests pipelines

Adding lint checks in pull requests pipelines #1467

Workflow file for this run

---
name: PR Labeler
on:
- pull_request
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}