Update readme (#236)

* Update readme

* update ci names
This commit is contained in:
sashabaranov
2023-04-08 19:34:03 +04:00
committed by GitHub
parent 226ff328e2
commit 89219e31b2
2 changed files with 3 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
name: PR sanity check
name: Sanity check
on:
- push
@@ -6,7 +6,7 @@ on:
jobs:
prcheck:
name: PR sanity check
name: Sanity check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2