mirror of
https://github.com/primer/css.git
synced 2024-12-26 15:43:59 +03:00
Only add src files
This commit is contained in:
parent
085801af19
commit
0b24926c88
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
git checkout --track origin/$GITHUB_HEAD_REF
|
||||
git config --local user.email "actions@github.com"
|
||||
git config --local user.name "Actions Auto Build"
|
||||
git add .
|
||||
git add src
|
||||
git commit -m "Stylelint auto-fixes" || true
|
||||
git push
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user