Skip to content

Bump Fluid.Core from 2.5.0 to 2.11.1 #73

Bump Fluid.Core from 2.5.0 to 2.11.1

Bump Fluid.Core from 2.5.0 to 2.11.1 #73

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Chmod +x
run: chmod +x ./bin/pre && chmod +x ./bin/wait-for-it
- name: Run
run: ./bin/pre gh-actions
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}