Skip to content

Commit

Permalink
Update lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gr812b committed Mar 19, 2024
1 parent 63c2031 commit 9827b1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions
name: Lint Demo
run-name: Testing
run-name: Testing-${{ github.ref == 'refs/heads/main' && 'main' || github.ref_name }}

on: [pull_request]

Expand All @@ -16,4 +16,3 @@ jobs:

- run: echo "${{ toJson(steps) }}"


0 comments on commit 9827b1d

Please sign in to comment.