Skip to content

Bump lint-staged from 13.2.3 to 14.0.0 (#165) #172

Bump lint-staged from 13.2.3 to 14.0.0 (#165)

Bump lint-staged from 13.2.3 to 14.0.0 (#165) #172

Workflow file for this run

name: Deploy
on:
push:
branches: [develop]
permissions: read-all
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
permissions:
contents: write
pages: write
steps:
- name: Checkout
uses: actions/checkout@v3
- name: .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: "7.x"
- run: dotnet run -- deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}