1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

rename backend to core

This commit is contained in:
bbedward
2025-11-12 23:12:31 -05:00
parent 0fdc0748cf
commit db584b7897
280 changed files with 265 additions and 265 deletions

View File

@@ -5,7 +5,7 @@ on:
branches:
- '**'
paths:
- 'backend/**'
- 'core/**'
- '.github/workflows/go-ci.yml'
jobs:
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: backend
working-directory: core
steps:
- name: Checkout
@@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: ./backend/go.mod
go-version-file: ./core/go.mod
- name: Format check
run: |