Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
albertbou92 committed Aug 6, 2024
1 parent 259da7c commit 24c8511
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: lint

on:
push:
branches: [ $default-branch , "main" ]
branches: [ $default-branch, "main" ]
pull_request:
branches: [ $default-branch , "main" ]
branches: [ $default-branch, "main" ]

permissions:
contents: read
Expand All @@ -30,9 +30,9 @@ jobs:
pip install pre-commit
set +e
pre-commit run --all-files
pre-commit run --files acegen/*
if [ $? -ne 0 ]; then
git --no-pager diff
exit 1
fi
fi

0 comments on commit 24c8511

Please sign in to comment.