Skip to content

feat: move action from datalens repos #5

feat: move action from datalens repos

feat: move action from datalens repos #5

Workflow file for this run

name: Check PR
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
check-pr:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Environment
uses: ./.github/actions/setup_environment
- name: Install Dependencies
run: |
task init
- name: Lint PR
run: |
task lint