Skip to content

Commit

Permalink
refactor: use standalone projects
Browse files Browse the repository at this point in the history
  • Loading branch information
definitelyokay committed Jun 6, 2024
1 parent f370e8e commit 9a5b79c
Show file tree
Hide file tree
Showing 130 changed files with 17 additions and 7,907 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: '📦 Publish'
name: "📦 Publish"
on:
workflow_dispatch:
branches:
- main
inputs:
bump:
description: "Version Bump Method"
Expand Down Expand Up @@ -32,7 +30,7 @@ jobs:
uses: actions/checkout@v3
with:
lfs: true
submodules: 'recursive'
submodules: "recursive"

- name: 🔎 Read Current Project Version
uses: KageKirin/[email protected]
Expand All @@ -46,7 +44,7 @@ jobs:
echo "Current Version: ${{ steps.current-version.outputs.version }}"
- name: 🧮 Compute Next Version
uses: chickensoft-games/next-godot-csproj-version@v1
uses: chickensoft-games/next-godot-csproj-version@v1
id: next-version
with:
project-version: ${{ steps.current-version.outputs.version }}
Expand All @@ -64,13 +62,13 @@ jobs:
uses: vers-one/[email protected]
with:
file: "Chickensoft.LogicBlocks/Chickensoft.LogicBlocks.csproj"
version: ${{ steps.next-version.outputs.version }}
version: ${{ steps.next-version.outputs.version }}

- name: 📝 Change Version in Generator Project
uses: vers-one/[email protected]
with:
file: "Chickensoft.LogicBlocks.Generator/Chickensoft.LogicBlocks.Generator.csproj"
version: ${{ steps.next-version.outputs.version }}
version: ${{ steps.next-version.outputs.version }}

- name: ✍️ Commit Changes
run: |
Expand All @@ -95,7 +93,6 @@ jobs:
# Build local packages used as PackageReference with nuget.config
dotnet restore
dotnet build Chickensoft.LogicBlocks.Analyzers
dotnet build Chickensoft.Introspection
dotnet build Chickensoft.LogicBlocks
# build the package
Expand Down

This file was deleted.

113 changes: 0 additions & 113 deletions Chickensoft.Introspection.Generator.Tests/badges/branch_coverage.svg

This file was deleted.

113 changes: 0 additions & 113 deletions Chickensoft.Introspection.Generator.Tests/badges/line_coverage.svg

This file was deleted.

45 changes: 0 additions & 45 deletions Chickensoft.Introspection.Generator.Tests/coverage.sh

This file was deleted.

Loading

0 comments on commit 9a5b79c

Please sign in to comment.