Skip to content

AUT-2394: Implement finalised spinner page design #7

AUT-2394: Implement finalised spinner page design

AUT-2394: Implement finalised spinner page design #7

Workflow file for this run

name: pre-commit
on:
pull_request:
types:
- opened
- reopened
- ready_for_review
- synchronize
jobs:
pre-commit:
runs-on: ubuntu-latest
name: Run pre-commit
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 🏗️ Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: "17"
distribution: "temurin"
- name: 🏗️ Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Run pre-commit
uses: pre-commit/[email protected]
with:
extra_args: |
--from-ref "${{ github.event.pull_request.base.sha }}" \
--to-ref "${{ github.event.pull_request.head.sha }}"