Skip to content

Bump lint-staged from 15.2.8 to 15.2.9 (#197) #207

Bump lint-staged from 15.2.8 to 15.2.9 (#197)

Bump lint-staged from 15.2.8 to 15.2.9 (#197) #207

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@v4
- name: .NET
uses: actions/setup-dotnet@v4
- run: dotnet run -- deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}