chore: added clang-format step in deploy workflow
This commit is contained in:
parent
6ea6ab1bd9
commit
2df6a2fc3a
2 changed files with 12 additions and 1 deletions
11
.github/workflows/deploy.yml
vendored
11
.github/workflows/deploy.yml
vendored
|
|
@ -481,3 +481,14 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "Pull request:" >> $GITHUB_STEP_SUMMARY
|
echo "Pull request:" >> $GITHUB_STEP_SUMMARY
|
||||||
echo "[[#${{ fromJSON(steps.pull_request.outputs.data)[0].number }}] ${{ fromJSON(steps.pull_request.outputs.data)[0].title }}](${{ fromJSON(steps.pull_request.outputs.data)[0].html_url }})" >> $GITHUB_STEP_SUMMARY
|
echo "[[#${{ fromJSON(steps.pull_request.outputs.data)[0].number }}] ${{ fromJSON(steps.pull_request.outputs.data)[0].title }}](${{ fromJSON(steps.pull_request.outputs.data)[0].html_url }})" >> $GITHUB_STEP_SUMMARY
|
||||||
|
|
||||||
|
clang-format:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Run clang-format
|
||||||
|
uses: DoozyX/clang-format-lint-action@v0.18.1
|
||||||
|
with:
|
||||||
|
style: 'file'
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@ AmneziaVPN uses several open-source projects to work:
|
||||||
- [OpenVPN](https://openvpn.net/)
|
- [OpenVPN](https://openvpn.net/)
|
||||||
- [Shadowsocks](https://shadowsocks.org/)
|
- [Shadowsocks](https://shadowsocks.org/)
|
||||||
- [Qt](https://www.qt.io/)
|
- [Qt](https://www.qt.io/)
|
||||||
- [LibSsh](https://libssh.org) - forked from Qt Creator
|
- [LibSsh](https://libssh.org)
|
||||||
- and more...
|
- and more...
|
||||||
|
|
||||||
## Checking out the source code
|
## Checking out the source code
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue