mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-07-26 03:19:21 +02:00
add ci (#7)
* add ci * with description * fix warnings * with actual test * leave out tests for now as they rely on dind
This commit is contained in:
15
.github/workflows/ci.yaml
vendored
Normal file
15
.github/workflows/ci.yaml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
Reference in New Issue
Block a user