Skip to content

Merge pull request #154 from wmo-im/FT2023-2 #454

Merge pull request #154 from wmo-im/FT2023-2

Merge pull request #154 from wmo-im/FT2023-2 #454

Workflow file for this run

name: CI
on: [ push , pull_request ]
jobs:
make_xml:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
with:
ref: ${{ github.ref }}
- name: create xml files and push
run: |
python3 scripts/csv2xml.py
ls xml
git config --global user.email "[email protected]"
git config --global user.name "Enrico Fucile"
git branch
git add .
git commit -m "xml files" -a
git push