Skip to content

chore: modified yml

chore: modified yml #1

Workflow file for this run

name: Test Pull Request Auto CI
on:
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ env.RUST_TOOLCHAIN }}
- name: Test Pull Request Auto CI
run: echo "Test Pull Request Auto CI"