Skip to content

Merge pull request #1646 from rust-lang/autofix/ices/109281.rs #318

Merge pull request #1646 from rust-lang/autofix/ices/109281.rs

Merge pull request #1646 from rust-lang/autofix/ices/109281.rs #318

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