Skip to content

Commit 78a0da5

Browse files
committed
chore: remove FUNDING.yml and set working directory for workflows
1 parent ec536f7 commit 78a0da5

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/create_release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
release:
1212
name: Create Release
1313
runs-on: ubuntu-latest
14+
defaults:
15+
run:
16+
working-directory: ./src
1417
steps:
1518
- uses: actions/checkout@v4
1619
with:

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on: [push, pull_request]
55
jobs:
66
lint:
77
runs-on: ubuntu-latest
8+
defaults:
9+
run:
10+
working-directory: ./src
811
steps:
912
- uses: actions/checkout@v4
1013
- name: lint and typecheck

0 commit comments

Comments
 (0)