We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
main
1 parent 3b166d0 commit d93d2a6Copy full SHA for d93d2a6
1 file changed
.github/workflows/main.yml
@@ -1,6 +1,7 @@
1
-# This is a basic workflow to help you get started with Actions
+# SPDX-FileCopyrightText: 2021 Pen-Yuan Hsing
2
+# SPDX-License-Identifier: AGPL-3.0-or-later
3
-name: CI
4
+name: main-branch-CI
5
6
# Controls when the action will run.
7
on:
@@ -16,7 +17,7 @@ on:
16
17
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
18
jobs:
19
# This workflow contains a single job called "build"
- build:
20
+ checks:
21
# The type of runner that the job will run on
22
runs-on: ubuntu-latest
23
0 commit comments