Skip to content

Improve performance and code style, refactor, partial rewrite #25

Improve performance and code style, refactor, partial rewrite

Improve performance and code style, refactor, partial rewrite #25

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Build & Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run tests
shell: bash
run: ./test.sh
working-directory: scripts
env:
UPLOAD: true