Skip to content

Commit

Permalink
sln-less gitactions
Browse files Browse the repository at this point in the history
  • Loading branch information
pimbrouwers committed Jan 12, 2024
1 parent 98d0c21 commit 25d828d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
dotnet-version: ${{ matrix.dotnet-version }}

- name: Install dependencies
run: dotnet restore
run: dotnet restore src/Falco

- name: Build
run: dotnet build -c Release
run: dotnet build src/Falco -c Release

- name: Test
run: dotnet test -c Release --no-build
run: dotnet test test/Falco.Tests -c Release
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<div class="flex-grow-1-l tc tr-l">
<a href="/docs" title="Overview of Falco's key features" class="dib mh2 mh3-l no-underline white-90 hover-white">docs</a>
<a href="https://github.com/pimbrouwers/Falco" target="_blank" alt="Falco GitHub Link" title="Fork Falco on GitHub" class="dib mh2 ml3-l no-underline white-90 hover-white">code</a>
<a href="https://github.com/pimbrouwers/Falco/tree/master/samples" title="Falco code samples" alt="Faclo code samples link" class="dib ml2 mh3-l no-underline white-90 hover-white">samples</a>
<a href="https://github.com/pimbrouwers/Falco/discussions" title="Need help?" alt="Faclo GitHub discussions link" class="dib ml2 mh3-l no-underline white-90 hover-white">help</a>
</div>
</nav>
Expand Down
1 change: 1 addition & 0 deletions site/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<div class="flex-grow-1-l tc tr-l">
<a href="/docs" title="Overview of Falco's key features" class="dib mh2 mh3-l no-underline white-90 hover-white">docs</a>
<a href="https://github.com/pimbrouwers/Falco" target="_blank" alt="Falco GitHub Link" title="Fork Falco on GitHub" class="dib mh2 ml3-l no-underline white-90 hover-white">code</a>
<a href="https://github.com/pimbrouwers/Falco/tree/master/samples" title="Falco code samples" alt="Faclo code samples link" class="dib ml2 mh3-l no-underline white-90 hover-white">samples</a>
<a href="https://github.com/pimbrouwers/Falco/discussions" title="Need help?" alt="Faclo GitHub discussions link" class="dib ml2 mh3-l no-underline white-90 hover-white">help</a>
</div>
</nav>
Expand Down

0 comments on commit 25d828d

Please sign in to comment.