Skip to content

add: what's changed heading in prerelease-note.sh #318

add: what's changed heading in prerelease-note.sh

add: what's changed heading in prerelease-note.sh #318

Workflow file for this run

name: CI
on:
push:
paths-ignore:
- '.vscode/**'
- '.gitignore'
- 'LICENSE*'
- 'brack.*.ebnf'
- '*.md'
pull_request:
paths-ignore:
- '.vscode/**'
- '.gitignore'
- 'LICENSE*'
- 'brack.*.ebnf'
- '*.md'
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- uses: cachix/cachix-action@v15
with:
name: brack-lang
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check --all-systems
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- uses: cachix/cachix-action@v15
with:
name: brack-lang
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build .