mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-28 05:55:17 -07:00
appease linter
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: docs_pr_check
|
name: 'docs_pr_check'
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
@@ -7,7 +7,6 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docs_pr_check:
|
docs_pr_check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: 'ubuntu-latest'
|
||||||
steps:
|
steps:
|
||||||
- run: echo 'Bypassing docs_pr_check because docs/ was not changed.'
|
- run: 'echo ''Bypassing docs_pr_check because docs/ was not changed.'''
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user