Skip to content

Commit d93d2a6

Browse files
committed
SPDX for main branch GitHub Actions workflow
1 parent 3b166d0 commit d93d2a6

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# This is a basic workflow to help you get started with Actions
1+
# SPDX-FileCopyrightText: 2021 Pen-Yuan Hsing
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
23

3-
name: CI
4+
name: main-branch-CI
45

56
# Controls when the action will run.
67
on:
@@ -16,7 +17,7 @@ on:
1617
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1718
jobs:
1819
# This workflow contains a single job called "build"
19-
build:
20+
checks:
2021
# The type of runner that the job will run on
2122
runs-on: ubuntu-latest
2223

0 commit comments

Comments
 (0)