Skip to content

Update alarmdecoder to 1.13.13 (#19) #2

Update alarmdecoder to 1.13.13 (#19)

Update alarmdecoder to 1.13.13 (#19) #2

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