Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add publish ci #115

Merged
merged 20 commits into from
Feb 21, 2023
Prev Previous commit
Next Next commit
fix lint
  • Loading branch information
elringus committed Feb 21, 2023
commit 879605234212d84628a49adaf27f3d38a8cd461a
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
- uses: actions/checkout@v2
- name: editorconfig
run: |
docker run --rm --volume=$PWD:/check mstruebing/editorconfig-checker --exclude .git
docker run --rm --volume=$PWD:/check mstruebing/editorconfig-checker --env exclude=.git