Skip to content

Add Lint check to ci/cd #3

Add Lint check to ci/cd

Add Lint check to ci/cd #3

Workflow file for this run

name: Lint
on:
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint Action
uses: wearerequired/[email protected]