Skip to content

Commit

Permalink
chore: unify workflow across packages
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-coulon committed Oct 24, 2022
1 parent 107af5b commit 2ebcef7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 44 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/remote-tarball-fetcher.yml

This file was deleted.

9 changes: 4 additions & 5 deletions .github/workflows/skott.yml
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:

jobs:
test:
skott:
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -16,10 +16,10 @@ jobs:
node-version: [16.x]
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

Expand All @@ -35,5 +35,4 @@ jobs:
run: pnpm run lint

- name: Build project
run: pnpm run build

run: pnpm run build

0 comments on commit 2ebcef7

Please sign in to comment.