Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Merge branch 'master' of https://github.com/danhellem/github-actions-… #93

Merge branch 'master' of https://github.com/danhellem/github-actions-…

Merge branch 'master' of https://github.com/danhellem/github-actions-… #93

Workflow file for this run

name: "build-test"
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- master
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- run: |
npm install