fix: missing spaces on closing }
This commit is contained in:
7
.github/dependabot.yaml
vendored
Normal file
7
.github/dependabot.yaml
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
3
.github/workflows/matrix.yml
vendored
3
.github/workflows/matrix.yml
vendored
@ -1,12 +1,9 @@
|
||||
---
|
||||
name: Matrix CI
|
||||
|
||||
# yamllint disable-line rule:truthy
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: 0 12 * * *
|
||||
|
||||
jobs:
|
||||
yamllint:
|
||||
|
Reference in New Issue
Block a user