Browse Source

Fix ci not work for format error in .yml file (#1051)

* license check whitelist 3rd.css

* ci fmt
pull/2/head
khadgarmage 5 years ago committed by dailidong
parent
commit
e65d165d7c
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -3,7 +3,7 @@ name: CI
on: [push, pull_request]
jobs:
Compile-check:
Compile-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1

Loading…
Cancel
Save