forked from cqfn/aibolit
-
Notifications
You must be signed in to change notification settings - Fork 0
30 lines (30 loc) · 700 Bytes
/
Copy pathmake.yml
File metadata and controls
30 lines (30 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# SPDX-FileCopyrightText: Copyright (c) 2019-2025 Aibolit
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: make
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
make:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
- run: gem install xcop
- name: Install uv
run: |
curl -LsSf https://astral.sh/uv/0.7.13/install.sh | sh
echo "$HOME/.cargo/bin" >> "$GITHUB_PATH"
- run: make