Skip to content

Commit

Permalink
chore: cleanup GHA workflow files (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Oct 11, 2022
1 parent 42e53d5 commit bc03266
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 50 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/build.yml

This file was deleted.

4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,14 @@ jobs:
${{runner.os}}-yarn-
- run: corepack yarn install --immutable
- run: corepack yarn build # We need the stubs to run the tests

- name: "Check for type errors"
run: corepack yarn typecheck

- name: "Check for linting errors"
run: corepack yarn lint

build:
build-and-test:
strategy:
fail-fast: false
matrix:
Expand All @@ -53,7 +52,6 @@ jobs:

name: "${{matrix.platform}} w/ Node.js ${{matrix.node}}.x"
runs-on: ${{matrix.platform}}
needs: chore

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- cron: 5 0 * * 5

jobs:
build:
fetch-latest-versions:
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-nock-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
required: true

jobs:
build:
build-and-update-nock-files:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit bc03266

Please sign in to comment.