Skip to content

add ToBag operator

add ToBag operator #27

Workflow file for this run

name: PR
on:
[pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v2
- name: Get current date
id: date
run: echo "date=$(date +'%Y%m%d%H%M')" >> "$GITHUB_OUTPUT"
- name: Build with Ant
run: ant -noinput -buildfile build.xml -Dtimestamp=${{steps.date.outputs.date}}