Skip to content

Refactor and simplification of expression AST builder #5

Refactor and simplification of expression AST builder

Refactor and simplification of expression AST builder #5

Workflow file for this run

# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
name: .NET
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
- name: Run build script
run: chmod +x ./.github/workflows/build.sh && ./.github/workflows/build.sh
- name: Commit automated test results
uses: EndBug/[email protected]
with:
add: './automatedBuildResults.json'
message: 'Automated build results'
committer_name: GitHub Actions
committer_email: 41898282+github-actions[bot]@users.noreply.github.com