Rename protocol messages related to private rooms and tickers (#70) #535
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SPDX-FileCopyrightText: 2024-2025 Soulfind Contributors | |
| # SPDX-License-Identifier: GPL-3.0-or-later | |
| name: Lint | |
| on: [push, pull_request] | |
| permissions: {} | |
| jobs: | |
| lint: | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 15 | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v5 | |
| - name: Set up D | |
| uses: dlang-community/setup-dlang@v2 | |
| - name: Lint code | |
| run: dub lint |