Skip to content

Commit b1f9a1f

Browse files
authored
Merge pull request #2161 from nteract/aminya-patch-1 [skip ci]
2 parents 6410bd6 + 179eaa5 commit b1f9a1f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+6072
-226
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
atom_channel: [stable, beta]
2121
steps:
2222
- uses: actions/checkout@v2
23+
with:
24+
fetch-depth: 0
2325
- uses: atom-community/action-setup-atom@v1
2426
with:
2527
channel: ${{ matrix.atom_channel }}
@@ -32,32 +34,13 @@ jobs:
3234
- name: Run tests 👩🏾‍💻
3335
run: npm run test
3436

35-
Lint:
36-
if: "!contains(github.event.head_commit.message, '[skip ci]')"
37-
runs-on: ubuntu-latest
38-
env:
39-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40-
steps:
41-
- uses: actions/checkout@v2
42-
with:
43-
fetch-depth: 0
44-
45-
- if: "!contains(github.event.head_commit.message, 'Prepare')"
37+
- if: "!contains(github.event.head_commit.message, 'Prepare') && contains(matrix.os, 'ubuntu')"
4638
name: Commit lint ✨
4739
uses: wagoid/commitlint-github-action@v2
4840

49-
- name: Install dependencies
50-
run: npm install --ignore-scripts
51-
52-
- name: Format ✨
41+
- if: "contains(matrix.os, 'ubuntu')"
42+
name: Format ✨
5343
run: npm run test.format
5444

5545
- name: Lint ✨
5646
run: npm run test.lint
57-
58-
Skip:
59-
if: contains(github.event.head_commit.message, '[skip ci]')
60-
runs-on: ubuntu-latest
61-
steps:
62-
- name: Skip CI 🚫
63-
run: echo skip ci

dist/code-manager.js

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/commands.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/inspector.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/kernel-monitor.js

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)