Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Merge pull request #1655 from rust-lang/autofix/ices/107228.sh #1708

Merge pull request #1655 from rust-lang/autofix/ices/107228.sh

Merge pull request #1655 from rust-lang/autofix/ices/107228.sh #1708

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- 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