Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteregrets committed Nov 4, 2024
1 parent 59989ad commit e3f622a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
- name: checkout
uses: actions/checkout@v4
- name: Install Rust
- name: install rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- name: Install Protoc
- name: install protoc
uses: arduino/setup-protoc@v3
- run: git config --global --add url."https://${{ secrets.GH_TOKEN }}:x-oauth-basic@github".insteadOf https://github
- name: Check documentation
Expand Down

0 comments on commit e3f622a

Please sign in to comment.