Merge branch 'dev' into hotfixes
This commit is contained in:
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@@ -1,5 +1,5 @@
|
|||||||
name: CI
|
name: CI
|
||||||
on: [push, pull_request]
|
on: pull_request
|
||||||
jobs:
|
jobs:
|
||||||
Check_ESLint:
|
Check_ESLint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
@@ -14,5 +14,5 @@ const CM = {
|
|||||||
Options: {},
|
Options: {},
|
||||||
Sim: {},
|
Sim: {},
|
||||||
VersionMajor: '2.031',
|
VersionMajor: '2.031',
|
||||||
VersionMinor: '4',
|
VersionMinor: '5',
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user