added new workflow file to rebuild map

This commit is contained in:
Klaus Zerwes 2022-09-22 11:47:51 +02:00
parent 0fb48b5ff1
commit b393b2e7ac

24
.github/workflows/testupdatemap.yml vendored Normal file
View File

@ -0,0 +1,24 @@
# vim: tabstop=2 expandtab shiftwidth=2 softtabstop=2 smartindent nu
---
name: rebuild map
on:
pull_request:
push:
schedule:
- cron: "20 5 * * 5"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: install pyyaml
run: |
python -m pip install --upgrade pip
pip install pyyaml
- name: run test
run: |
./fqcn-fixer.py -f example.yml -u