summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md (renamed from .github/PULL_REQUEST_TEMPLATE/pull_request_template.md)3
-rw-r--r--.github/workflows/kernel-build.yml2
2 files changed, 2 insertions, 3 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE.md
index 6f9cd85..59bfdfe 100644
--- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,6 +1,6 @@
# <Title of PR>
-<Describe brifely your PR here.>
+<Describe briefly your PR here.>
## Rationale:
@@ -14,4 +14,3 @@
<Describe the results here>
-
diff --git a/.github/workflows/kernel-build.yml b/.github/workflows/kernel-build.yml
index 06894ae..a647b78 100644
--- a/.github/workflows/kernel-build.yml
+++ b/.github/workflows/kernel-build.yml
@@ -22,5 +22,5 @@ jobs:
- name: Install QEMU-IMG
run: sudo apt update && sudo apt install qemu-utils
- name: Attempt Kernel Build
- run: mkdir tmp && sudo apt install g++-mingw-w64-x86-64 gcc-mingw-w64 nasm && git clone https://github.com/ne-foss-org/ne_kernel.git tmp/kernel && cd tmp/kernel && cd src/kernel && ./scripts/debug_ahci_x64.sh
+ run: mkdir tmp && sudo apt install g++-mingw-w64-x86-64 gcc-mingw-w64 nasm && git clone https://github.com/ne-foss-org/ne_kernel.git tmp/kernel && cd tmp/kernel && ./scripts/any_ci_x64.sh