We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e81b37 commit c14216bCopy full SHA for c14216b
.github/workflows/ci.yml
@@ -9,14 +9,6 @@ name: CI
9
branches:
10
- main
11
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
20
jobs:
21
lint:
22
name: Lint
@@ -26,8 +18,6 @@ jobs:
26
steps:
27
- name: Checkout code
28
uses: actions/checkout@v4
29
- with:
30
- path: "yethal.nushell"
31
32
- name: Set up Python 3.
33
23
uses: actions/setup-python@v5
@@ -60,8 +50,6 @@ jobs:
60
50
61
51
62
52
63
64
65
53
66
54
67
55
0 commit comments