Skip to content

Bump guibranco/github-infisical-secrets-check-action from 4.1.37 to 4.1.44 #323

Bump guibranco/github-infisical-secrets-check-action from 4.1.37 to 4.1.44

Bump guibranco/github-infisical-secrets-check-action from 4.1.37 to 4.1.44 #323

Workflow file for this run

name: Linter check
on:
workflow_dispatch:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
linter-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v6
- name: Setup .NET
uses: actions/setup-dotnet@v5
- name: Dotnet restore
run: dotnet tool restore
- name: CSharpier format check
run: |
dotnet csharpier . --check
echo "run 'dotnet build' to fix the formatting of the code automatically"