Skip to content

Commit a65f2a5

Browse files
authored
Preparing for CodeMash 2025 (#18)
1 parent eb4c091 commit a65f2a5

50 files changed

Lines changed: 59 additions & 60 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/main.yaml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@ name: main
22

33
on:
44
push:
5-
branches: ['**']
5+
branches: ["**"]
66

77
jobs:
88
main:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- name: Checkout repository
13-
uses: actions/checkout@v4
12+
- name: Checkout repository
13+
uses: actions/checkout@v4
1414

15-
- name: Set up Go 1.19+
16-
uses: actions/setup-go@v4
17-
with:
18-
go-version: '>=1.19'
15+
- name: Set up Go 1.19+
16+
uses: actions/setup-go@v4
17+
with:
18+
go-version: ">=1.19"
1919

20-
# Linux workshop
21-
- name: CI
22-
run: 'cd ./linux && bash ./scripts/ci.sh'
20+
- name: CI
21+
run: "bash ./scripts/ci.sh"
File renamed without changes.

README.md

Lines changed: 41 additions & 3 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)