Skip to content

Feat Workflows, LICENSE and updated README #2

Feat Workflows, LICENSE and updated README

Feat Workflows, LICENSE and updated README #2

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [opened, synchronize]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/lint.yml
secrets: inherit