FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
create-node-app/.github/workflows/shellcheck.yml at main · Create-Node-App/create-node-app · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Create-Node-App
/
create-node-app
Public
Notifications
You must be signed in to change notification settings
Fork
9
Star
92
Code
Issues
12
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
create-node-app
/
.github
/
workflows
/
shellcheck.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
30 lines (26 loc) · 603 Bytes
Breadcrumbs
create-node-app
/
.github
/
workflows
/
shellcheck.yml
Copy path
File metadata and controls
30 lines (26 loc) · 603 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name
:
Shellcheck
on
:
push
:
branches
:
[main]
pull_request
:
branches
:
[main]
schedule
:
-
cron
:
"
31 1,12 * * *
"
workflow_dispatch
:
permissions
:
contents
:
read
concurrency
:
group
:
shellcheck-${{ github.ref }}
cancel-in-progress
:
true
jobs
:
shellcheck
:
if
:
github.event_name != 'pull_request' || github.event.pull_request.draft == false
name
:
Shellcheck
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v7.0.1
-
name
:
Run ShellCheck
uses
:
ludeeus/action-shellcheck@2.0.0
with
:
severity
:
error
Back
|
FazBrowse Home
|
New Git URL