Changeset 4a4df3a in git for .github/workflows


Ignore:
Timestamp:
Nov 14, 2022, 10:58:53 AM (17 months ago)
Author:
Frédéric Chapoton <chapoton@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
c858487b7689b030112512a2e1be0f968d4f7c22
Parents:
569754d2a9ccf1842ac61e82c0dfb411f5bb9a97
Message:
fix typo in lint.yml
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .github/workflows/lint.yml

    r569754d r4a4df3a  
    1818      - name: Run codespell
    1919        shell: bash -l {0}
    20         run: codespell --ignore-file=.codespell_ignore kernel
     20        run: codespell --ignore-words=.codespell_ignore kernel
    2121
    2222env:
Note: See TracChangeset for help on using the changeset viewer.