Skip to content

ci: use bash as default shell for compat with makefile globbing usage #212

ci: use bash as default shell for compat with makefile globbing usage

ci: use bash as default shell for compat with makefile globbing usage #212

Workflow file for this run

name: CI
on: [push, pull_request]
defaults:
run:
shell: bash
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: npm
- run: make dependencies
- run: make verify
- run: make test
env:
JOBS: 1 # See https://git.io/vdao3 for details
- run: make package-chrome
- uses: actions/upload-artifact@v4
with:
name: chrome-extension
path: dist-packages/chrome.zip