Skip to content

Update alarmdecoder to 1.13.14 (#20) #5

Update alarmdecoder to 1.13.14 (#20)

Update alarmdecoder to 1.13.14 (#20) #5

Workflow file for this run

# This workflow builds and tests code that is pushed to the `master` branch.
name: merge
on:
push:
branches:
- main
jobs:
merge:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0
- name: Build and test
uses: ./.github/actions/build-and-test