Skip to content

fix(deps): update rust crate vrl to 0.21 #78

fix(deps): update rust crate vrl to 0.21

fix(deps): update rust crate vrl to 0.21 #78

Workflow file for this run

---
name: ci
on:
pull_request:
push:
branches:
- main
- master
- "releases/*"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
ci:
runs-on: "ubuntu-latest"
env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: full
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
steps:
- uses: actions/checkout@v4
- uses: mozilla-actions/[email protected]
- uses: jdx/mise-action@v2
- run: mise install
shell: bash
- run: mise run --jobs 1 ci
shell: bash
- run: ${SCCACHE_PATH} --show-stats
shell: bash