Skip to content

Commit

Permalink
Merge pull request #2161 from nteract/aminya-patch-1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Nov 21, 2022
2 parents 6410bd6 + 179eaa5 commit b1f9a1f
Show file tree
Hide file tree
Showing 49 changed files with 6,072 additions and 226 deletions.
27 changes: 5 additions & 22 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
atom_channel: [stable, beta]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: atom-community/action-setup-atom@v1
with:
channel: ${{ matrix.atom_channel }}
Expand All @@ -32,32 +34,13 @@ jobs:
- name: Run tests 👩🏾‍💻
run: npm run test

Lint:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- if: "!contains(github.event.head_commit.message, 'Prepare')"
- if: "!contains(github.event.head_commit.message, 'Prepare') && contains(matrix.os, 'ubuntu')"
name: Commit lint ✨
uses: wagoid/commitlint-github-action@v2

- name: Install dependencies
run: npm install --ignore-scripts

- name: Format ✨
- if: "contains(matrix.os, 'ubuntu')"
name: Format ✨
run: npm run test.format

- name: Lint ✨
run: npm run test.lint

Skip:
if: contains(github.event.head_commit.message, '[skip ci]')
runs-on: ubuntu-latest
steps:
- name: Skip CI 🚫
run: echo skip ci
30 changes: 15 additions & 15 deletions dist/code-manager.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/commands.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/components/inspector.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions dist/components/kernel-monitor.js

Large diffs are not rendered by default.

Loading

0 comments on commit b1f9a1f

Please sign in to comment.