mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-08 19:11:47 +01:00
16 lines
332 B
YAML
16 lines
332 B
YAML
|
name: ci
|
||
|
on:
|
||
|
pull_request:
|
||
|
env:
|
||
|
CARGO_TERM_COLOR: always
|
||
|
jobs:
|
||
|
deploy:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- name: Checkout
|
||
|
uses: actions/checkout@v3
|
||
|
- name: Update rust toolchain
|
||
|
run: rustup update stable && rustup default stable
|
||
|
- name: Run dagger [CI]
|
||
|
run: cargo run -p ci -- pr
|