Skip to content

Fixed clippy warning related to string references in write_to impleme… #20

Fixed clippy warning related to string references in write_to impleme…

Fixed clippy warning related to string references in write_to impleme… #20

Workflow file for this run

name: Development
on:
- push
- workflow_dispatch
jobs:
Test:
uses: BlockProject3D/workflows/.github/workflows/Build_Test.yml@main
Analyze:
uses: BlockProject3D/workflows/.github/workflows/Analyze.yml@main
needs: Test
CodeCov:
uses: BlockProject3D/workflows/.github/workflows/CodeCov.yml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Release:
uses: BlockProject3D/workflows/.github/workflows/Release.yml@main
needs: Test
secrets:
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}