Skip to content

CDE-25 Home step preview to read real data from the file #1

CDE-25 Home step preview to read real data from the file

CDE-25 Home step preview to read real data from the file #1

Workflow file for this run

name: CI for PRs
on:
pull_request:
branches: [ main, develop ]
jobs:
super-linter:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Run Super-Linter
uses: super-linter/[email protected]
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FILTER_REGEX_INCLUDE: (.*\.ts$|.*\.tsx$)