Skip to content
This repository was archived by the owner on Oct 18, 2021. It is now read-only.

ci: add diff check action #37

Merged
merged 2 commits into from
Jul 14, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: keep same naming convention
  • Loading branch information
burntcarrot committed Jul 14, 2021
commit 7b05bfefe5fbad4bf792e024fd1a87074b56c0d6
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: "diff_check"
name: "diff-check"

on: [ push,pull_request ]

jobs:
diff_check:
name: diff_check
diff-check:
name: diff-check
runs-on: ubuntu-latest

steps:
Expand Down