Skip to content

Fixed "get_cpu_info" and "__str__" in structure "S7SZL" (#692) #520

Fixed "get_cpu_info" and "__str__" in structure "S7SZL" (#692)

Fixed "get_cpu_info" and "__str__" in structure "S7SZL" (#692) #520

Workflow file for this run

name: Run pre-commit hook
on:
push:
branches: [master]
pull_request:
branches: [master]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pre-commit/action@v3.0.1