8000 Committing old code by hybloid · Pull Request #1 · hybloid/rd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Committing old code #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
207 changes: 0 additions & 207 deletions .github/workflows/build-rd-cpp.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/build-rd-kt-container.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/build-rd-kt.yml

This file was deleted.

D187 30 changes: 0 additions & 30 deletions .github/workflows/build-rd-net.yml

This file was deleted.

32 changes: 32 additions & 0 deletions .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: QodanaCustomImageJob
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
- dev
- 'releases/*'

jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.1.0
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
- name: 'Deploy to GitHub Pages'
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ${{ runner.temp }}/qodana/results/report
destination_dir: ./
- name: 'Upload artifacts'
uses: actions/upload-artifact@v3
with:
name: results
path: ${{ runner.temp }}/qodana/results/
Loading
0