Skip to content

fix: chlorinator timed percent sending incorrect op_mode #9

fix: chlorinator timed percent sending incorrect op_mode

fix: chlorinator timed percent sending incorrect op_mode #9

Workflow file for this run

name: PR Checks
permissions: {}
# yamllint disable-line rule:truthy
on:
workflow_dispatch:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
# Make sure commit messages follow the conventional commits convention:
# https://www.conventionalcommits.org
commitlint:
name: Lint Commit Messages
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
fetch-depth: 0
- uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6.2.1
test:
uses: ./.github/workflows/test.yaml
permissions:
contents: read