Skip to content

Add (some) name mapping to XML import. Add verified badge to HTML export #407

Add (some) name mapping to XML import. Add verified badge to HTML export

Add (some) name mapping to XML import. Add verified badge to HTML export #407

name: Test macOs build
on:
workflow_dispatch:
push:
tags-ignore:
- '[0-9]*'
branches:
- master
paths-ignore:
- '**/README.md'
- '**/autoversion.h'
- '.github/workflows/*.yml'
# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
do-build-tests:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Prepare
run: |
brew update
- name: Build
run: |
brew install --HEAD --formula homebrew/signalbackup-tools.rb
brew test homebrew/signalbackup-tools.rb