Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasdavis committed Feb 14, 2022
1 parent b9ae3b9 commit cfec608
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ on:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
- '**.md'

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version:
- 25.1
- 25.2
- 25.3
- 26.3
- 27.2
- 25.1
- 25.2
- 25.3
- 26.3
- 27.2

steps:
- name: Setup GNU Emacs
Expand Down

0 comments on commit cfec608

Please sign in to comment.