Skip to content

Commit

Permalink
Activate Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Aug 24, 2023
1 parent 8617ad2 commit 0b19788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/emacs-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
- '28.2'
- snapshot
env:
EMACS_PACKAGE_LINT_IGNORE: ${{ matrix.package_lint_ignore }}
EMACS_BYTECOMP_WARN_IGNORE: ${{ matrix.bytecomp_warn_ignore }}
EMACS_PACKAGE_LINT_IGNORE: 1
steps:
- uses: purcell/setup-emacs@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
- 'vim/**'
- '**/emacs-lint.yml'
pull_request:
branches: [ master ]
branches: [ master; 500 ]
paths-ignore:
- '**.md'
- '**.txt'
Expand Down

0 comments on commit 0b19788

Please sign in to comment.