Skip to content

Commit 1995b8c

Browse files
committed
chore: imported from the latest generic template
1 parent ed1a0b3 commit 1995b8c

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
.coderabbit.yaml export-ignore
22
.git* export-ignore
3-
.github/** export-ignore
43
.imgbotconfig export-ignore

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66
contents: read
77
jobs:
88
lint:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-slim
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Run cspell

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
pull-requests: write
88
jobs:
99
stale:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-slim
1111
steps:
1212
- uses: actions/stale@v9
1313
with:

0 commit comments

Comments
 (0)