Skip to content

Add test script for sendsparkmany #55

Add test script for sendsparkmany

Add test script for sendsparkmany #55

name: build Dockerfile
on:
push:
paths:
- 'Dockerfile'
pull_request:
paths:
- 'Dockerfile'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Docker image
run: docker build -t firo .