Skip to content

Commit

Permalink
rename and upadte linter
Browse files Browse the repository at this point in the history
  • Loading branch information
wuwentao committed May 13, 2024
1 parent fd736a8 commit 1e65ada
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## PR Brief Description:


## Changes Detail or Reason:


## Releted issue:

fix #X

<!--
please change X to issue id, it will auto close this issue once PR closed
Example:
fix #1
it will auto close issue #1 once PR closed
-->
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml → .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: Linter

on:
push:
Expand Down Expand Up @@ -33,4 +33,4 @@ jobs:
uses: super-linter/super-linter@v6.4.1 # x-release-please-version
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ jobs:
with:
files: artifacts/midea_ac_lan.zip
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1e65ada

Please sign in to comment.