Skip to content

chore(config): migrate renovate config #163

chore(config): migrate renovate config

chore(config): migrate renovate config #163

Workflow file for this run

name: check-for-pr
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go environment
uses: actions/[email protected]
with:
go-version: 'oldstable'
- name: Setup Node.js environment
uses: actions/[email protected]
- name: Setup .NET environment
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
source-url: https://nuget.pkg.github.com/tuihub/index.json
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Setup Rust environment
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Setup Dart environment
uses: dart-lang/[email protected]
- name: Install Protoc
uses: arduino/setup-protoc@v2
- name: Setup bufbuild
uses: bufbuild/[email protected]
- name: Check
run: make check