Skip to content

Commit 851fbb5

Browse files
DanWahlinCopilot
andcommitted
feat: add course-updater workflow and gitattributes
Add gh-aw compiled workflow for daily course update checks and .gitattributes to mark generated lock files as linguist-generated. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent e0afd38 commit 851fbb5

File tree

3 files changed

+1153
-0
lines changed

3 files changed

+1153
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.github/workflows/*.lock.yml linguist-generated=true merge=ours

.github/aw/actions-lock.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"entries": {
3+
"actions/github-script@v8": {
4+
"repo": "actions/github-script",
5+
"version": "v8",
6+
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
7+
},
8+
"github/gh-aw-actions/setup@v0.64.4": {
9+
"repo": "github/gh-aw-actions/setup",
10+
"version": "v0.64.4",
11+
"sha": "7cae8cd356c7905aeda72eb08e1d0b4501310c23"
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)