Skip to content

Merge pull request #2 from kraken-tech/copy-localtime-from-xocto #8

Merge pull request #2 from kraken-tech/copy-localtime-from-xocto

Merge pull request #2 from kraken-tech/copy-localtime-from-xocto #8

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
# Only allow one instance of this workflow for each PR.
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version-file: '.github/workflows/.python-version'
cache: 'pip'
- uses: pre-commit/[email protected]
env:
SKIP: no-commit-to-branch