Skip to content

Commit

Permalink
Rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Dec 5, 2024
1 parent 6b614fc commit b6cc75f
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/lint.yaml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Run code style tests

name: Code Style
name: Code Checks

on:
push:
Expand All @@ -11,13 +11,24 @@ on:
- master

jobs:
clang-tidy:
checks:

runs-on: ubuntu-latest

steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: 5.13.2
- name: Build qwt
run: |
cd qwt
qmake qwt.pro
make
- uses: cpp-linter/cpp-linter-action@v2
id: linter
env:
Expand Down

0 comments on commit b6cc75f

Please sign in to comment.