Skip to content

Commit c14216b

Browse files
authored
Try running without ci-specific hacks (#25)
* Try running without ci-specific hacks
1 parent 4e81b37 commit c14216b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ name: CI
99
branches:
1010
- main
1111

12-
defaults:
13-
run:
14-
working-directory: "yethal.nushell"
15-
16-
env:
17-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18-
OBJC_DISABLE_INITIALIZE_FORK_SAFETY: YES
19-
2012
jobs:
2113
lint:
2214
name: Lint
@@ -26,8 +18,6 @@ jobs:
2618
steps:
2719
- name: Checkout code
2820
uses: actions/checkout@v4
29-
with:
30-
path: "yethal.nushell"
3121

3222
- name: Set up Python 3.
3323
uses: actions/setup-python@v5
@@ -60,8 +50,6 @@ jobs:
6050
steps:
6151
- name: Checkout code
6252
uses: actions/checkout@v4
63-
with:
64-
path: "yethal.nushell"
6553

6654
- name: Set up Python 3.
6755
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)