Skip to content

CI: add Linux arm64 build #23

CI: add Linux arm64 build

CI: add Linux arm64 build #23

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Soulfind Contributors
# SPDX-License-Identifier: GPL-3.0-or-later
name: Lint
on: [push, pull_request]
jobs:
lint:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up D
uses: dlang-community/setup-dlang@v2
- name: Lint code
run: dub lint