Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

chore(deps): bump ring from 0.17.8 to 0.17.14 #52

chore(deps): bump ring from 0.17.8 to 0.17.14

chore(deps): bump ring from 0.17.8 to 0.17.14 #52

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Run fmt
run: make lint
clippy:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Run clippy
run: make clippy