chore: added clang-format step in deploy workflow

This commit is contained in:
vladimir.kuznetsov 2024-12-08 12:40:20 +07:00
parent 6ea6ab1bd9
commit 2df6a2fc3a
2 changed files with 12 additions and 1 deletions

View file

@ -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'

View 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