Skip to content

Commit

Permalink
Merge pull request #45 from JoshuaKGoldberg/gha-initial
Browse files Browse the repository at this point in the history
build: switched CircleCI config to GHA test.yml
  • Loading branch information
JoshuaKGoldberg authored Sep 20, 2023
2 parents 8b09206 + a6b68f4 commit 10c03c2
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 85 deletions.
66 changes: 0 additions & 66 deletions .circleci/config.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run test

name: Test

on:
pull_request: ~
push:
branches:
- main
35 changes: 16 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 10c03c2

Please sign in to comment.