Skip to content

stash changes

stash changes #4

Workflow file for this run

# name: data sorter
# run-name: Sorting data on branch ${{github.ref_name}}
# on:
# push:
# branches:
# - "!main"
# - "!production"
# - "*"
# permissions: write-all
# jobs:
# sort-data:
# runs-on: ubuntu-latest
# steps:
# - name: checkout repo content
# uses: actions/checkout@v2
# - name: setup python
# uses: actions/setup-python@v4
# with:
# python-version: "3.11"
# - name: sort data
# run: python src/sort_data.py