Skip to content

Commit

Permalink
Merge pull request #8 from ytkg/patch-1
Browse files Browse the repository at this point in the history
Ignore README.md when checking format
  • Loading branch information
load1n9 authored May 3, 2023
2 parents 4ac8610 + cc6d71c commit 7831e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: check format
if: matrix.os == 'ubuntu-latest'
run: deno fmt --check
run: deno fmt --check --ignore=README.md

- name: check linting
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 7831e2c

Please sign in to comment.