Skip to content

Use upstream latest-tag because dxw fork is outdated and archived #546

Use upstream latest-tag because dxw fork is outdated and archived

Use upstream latest-tag because dxw fork is outdated and archived #546

Workflow file for this run

name: CI
on:
pull_request:
branches: "main"
push:
branches: "main"
jobs:
linter:
runs-on: ubuntu-latest
steps:
- name: Checkout Code Repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/[email protected]
with:
python-version: "3.9"
- name: Run pre-commit
uses: pre-commit/[email protected]
env:
SKIP: no-commit-to-branch