Skip to content

Bump oxsecurity/megalinter from 7.1.0 to 7.2.1 #104

Bump oxsecurity/megalinter from 7.1.0 to 7.2.1

Bump oxsecurity/megalinter from 7.1.0 to 7.2.1 #104

Workflow file for this run

name: Build
on:
pull_request:
branches: [develop]
permissions: read-all
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: "7.x"
- name: Run
run: dotnet run
- name: Output
uses: actions/upload-artifact@v3
with:
name: Generated Site
path: output/
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}