Skip to content

fix(s7commplus): decode struct PValues per the real wire format (packed + normal) #619

fix(s7commplus): decode struct PValues per the real wire format (packed + normal)

fix(s7commplus): decode struct PValues per the real wire format (packed + normal) #619

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