bash3boilerplate/.github/workflows/ci.yml

27 lines
503 B
YAML
Raw Normal View History

name: b3bp CI
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: actions/setup-node@master
with:
node-version: 18.x
- name: Test
run: |
corepack yarn test
- name: Website Build
if: github.ref == 'refs/heads/main'
run: |
cp README.md website/