diff options
| author | KunoiSayami <[email protected]> | 2021-11-24 23:01:22 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-11-24 23:01:22 +0800 |
| commit | f314b5f3f88cc53e25fa53b978945228c1a5daae (patch) | |
| tree | 28c8dead2f876256c46794b7ec02511d6d178a80 | |
| parent | 1cf005e6f0d5b0362294cd2d7afb76a2c52a1d9c (diff) | |
fix(ci): Fix yaml syntax
Signed-off-by: KunoiSayami <[email protected]>
| -rw-r--r-- | .github/workflows/check-aur-update.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/check-aur-update.yml b/.github/workflows/check-aur-update.yml index 3a5badd..92270fa 100644 --- a/.github/workflows/check-aur-update.yml +++ b/.github/workflows/check-aur-update.yml @@ -11,7 +11,6 @@ jobs: fail-fast: true name: Build - runs-on: ${{ matrix.job.os }} steps: - uses: actions/checkout@v2 - name: Set up Python 3.10 |
