Skip to content

DEVEX-2578 dxCompiler Option for Parallel Compilation of Applets #461

DEVEX-2578 dxCompiler Option for Parallel Compilation of Applets

DEVEX-2578 dxCompiler Option for Parallel Compilation of Applets #461

Workflow file for this run

name: dxCompiler linters
on:
push:
branches:
- develop
pull_request:
branches:
- develop
types:
- opened
- synchronize
- ready_for_review
jobs:
pre-commit:
name: Run pre-commit Action
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pre-commit/action@v2.0.3
with:
token: ${{ secrets.GITHUB_TOKEN }}