Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Merge requests
!37480
Test Ci files Diff
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Closed
GeoSot
requested to merge
github/fork/GeoSot/test-ci
into
main
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Description
Type of changes
Add a new Ci run on Dependabot branches
Bug fix (non-breaking change which fixes an issue)
New feature (non-breaking change which adds functionality)
Refactoring (non-breaking change)
Breaking change (fix or feature that would change existing functionality)
Checklist
I have read the
contributing guidelines
My code follows the code style of the project
(using
npm run lint
)
My change introduces changes to the documentation
I have updated the documentation accordingly
I have added tests to cover my changes
All new and existing tests passed
Related issues
0
0
Compare
main
main (base)
and
latest version
latest version
9f1f6134
1 commit,
1 year ago
1 file
+
36
-
0
Expand all files
Preferences
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
.github/workflows/dependandbot-files-diff.yml
0 → 100644
+
36
-
0
Options
View file @ 9f1f6134
name
:
Dist Files Difference
on
:
pull_request
:
branches
:
-
"
dependabot/**"
workflow_dispatch
:
jobs
:
eslint
:
name
:
ESLint
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v3
-
name
:
Set up Node.js
uses
:
actions/setup-node@v3
with
:
node-version
:
"
${{
env.NODE
}}"
cache
:
npm
-
name
:
Install npm dependencies
run
:
npm ci
-
name
:
Build Dist
run
:
npm run dist
-
uses
:
technote-space/get-diff-action@v6
with
:
PATTERNS
:
|
dist/**/*.(css|js)
js/dist/**/*.js
-
name
:
Check Dist Differences
run
:
yarn lint
if
:
env.GIT_DIFF
Menu
Explore
Projects
Groups
Snippets