Skip to content

Remove unused imports #14

Remove unused imports

Remove unused imports #14

Workflow file for this run

name: CI
concurrency:
cancel-in-progress: true
group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }}
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
uses: ppizarror/workflow-actions/.github/workflows/test_cpp.yml@master
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
- windows-latest
with:
linter: false
os: ${{ matrix.os }}
test-after: ./test/DelynoiTest
delete-artifacts:
needs: test
uses: ppizarror/workflow-actions/.github/workflows/delete_artifacts.yml@master