Skip to content

Update alarmdecoder to 1.13.13 #6

Update alarmdecoder to 1.13.13

Update alarmdecoder to 1.13.13 #6

Workflow file for this run

# This workflow builds and tests code in pull requests.
name: pr
on: pull_request
jobs:
pr:
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