Skip to content

Commit

Permalink
🛠️ Update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Mar 20, 2023
1 parent 54b3931 commit 33dd53e
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,7 @@ on:
- main

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Setup Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x

- name: Install dependencies
run: npm install

- name: Run linter
run: |
npm run lint
env:
SKIP_ENV_VALIDATION: true

typecheck:
svelte-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 33dd53e

Please sign in to comment.