This repository has been archived by the owner on May 23, 2024. It is now read-only.
build(deps): bump h2 from 0.3.21 to 0.3.26 #1750
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Continuous Integration | |
on: [push, pull_request] | |
jobs: | |
main: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: tab character check | |
run: if grep -P '\t' -rn --color ices fixed; then exit 1; fi | |
- name: Build | |
uses: ./.github/actions/build | |
- run: ./target/release/glacier |