Skip to content

ci: run only if not in pull request #112

ci: run only if not in pull request

ci: run only if not in pull request #112

Workflow file for this run

name: Check
on:
push:
pull_request:
jobs:
check:
name: check
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: install rust
uses: ./.github/actions/install-rust
- name: check
uses: ./.github/actions/check