Skip to content

Rework and update to make currycarbon ready for downstream applications #155

Rework and update to make currycarbon ready for downstream applications

Rework and update to make currycarbon ready for downstream applications #155

Workflow file for this run

name: normalCheck
# trigger the workflow on push or pull request, but only for the master branch
on:
pull_request:
push:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: freckle/stack-action@v4