Skip to content

chore: bump ring from 0.17.11 to 0.17.13 in the cargo group across 1 directory #117

chore: bump ring from 0.17.11 to 0.17.13 in the cargo group across 1 directory

chore: bump ring from 0.17.11 to 0.17.13 in the cargo group across 1 directory #117

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- main
types:
- opened
- edited
- synchronize
jobs:
pr-title:
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Run linters
uses: wearerequired/lint-action@master
with:
auto_fix: false
rustfmt: true
clippy: true
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Run Tests
run: |
cargo test --verbose
build:
uses: ./.github/workflows/build.yml