Update linter and fix code style
This commit is contained in:
parent
5594355b4c
commit
7b6a8cf10b
7 changed files with 101 additions and 133 deletions
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
@ -108,6 +108,7 @@ jobs:
|
|||
webui.tgz
|
||||
output/littlefs.bin
|
||||
- name: Create release
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
tag: ${{ steps.getBlockHeight.outputs.blockHeight }}
|
||||
|
@ -118,6 +119,7 @@ jobs:
|
|||
removeArtifacts: true
|
||||
makeLatest: true
|
||||
- name: Pushes littlefs.bin to web flasher
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
id: push_directory
|
||||
uses: cpina/github-action-push-to-another-repository@main
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue