Skip to content

Commit

Permalink
Migrate to npm, use dzuelu-eslint-config package for lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzuelu committed Oct 30, 2023
1 parent 074da22 commit acde0a9
Show file tree
Hide file tree
Showing 7 changed files with 7,778 additions and 4,065 deletions.
13 changes: 0 additions & 13 deletions .github/setup/action.yml

This file was deleted.

32 changes: 22 additions & 10 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,29 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup
uses: ./.github/setup
- run: yarn lint
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: 18

- run: npm ci
shell: sh

- run: npm run lint
shell: sh

test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup
uses: ./.github/setup
- run: yarn test:unit
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: 18

- run: npm ci
shell: sh

- run: npm run test:unit
shell: sh
1 change: 0 additions & 1 deletion eslint-config
Submodule eslint-config deleted from b72f19
Loading

0 comments on commit acde0a9

Please sign in to comment.