Skip to content

Commit

Permalink
Merge pull request #33 from atom-community/eslint-html
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Apr 6, 2021
2 parents d297e0f + 0b5e2fe commit 50aff1a
Show file tree
Hide file tree
Showing 5 changed files with 4,645 additions and 5,384 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
jobs:
Test:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
name: ${{ matrix.os }} - Atom ${{ matrix.atom_channel }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -18,20 +17,18 @@ jobs:
atom_channel: [stable, beta]
steps:
- uses: actions/checkout@v2
- uses: UziTech/action-setup-atom@v1
with:
channel: ${{ matrix.atom_channel }}
- name: Versions
run: apm -v
- name: Install APM dependencies
run: |
apm install

- uses: actions/setup-node@v2
with:
node-version: "14"
- name: Setup PNPM
uses: pnpm/action-setup@v1.2.1
uses: pnpm/action-setup@master
with:
version: latest

- name: Install dependencies
run: pnpm install

- name: Tests
run: |
pnpm test
Expand All @@ -48,9 +45,11 @@ jobs:
- name: Commit lint ✨
uses: wagoid/commitlint-github-action@v2

- uses: UziTech/action-setup-atom@v1
- uses: actions/setup-node@v2
with:
node-version: "14"
- name: Setup PNPM
uses: pnpm/action-setup@v1.2.1
uses: pnpm/action-setup@master
with:
version: latest

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"coffeescript": "^1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-coffee": "^0.1.14",
"eslint-plugin-html": "^6.1.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-node": "^11.1.0",
Expand Down
Loading

0 comments on commit 50aff1a

Please sign in to comment.