Skip to content

refactor(shoot): use verbose mode to grab info else don't even make a… #81

refactor(shoot): use verbose mode to grab info else don't even make a…

refactor(shoot): use verbose mode to grab info else don't even make a… #81

Workflow file for this run

name: Rust
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain:
- stable
- beta
- nightly
steps:
- uses: actions/checkout@v3
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Install deps
run: wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
run: dpkg -i google-chrome-stable_current_amd64.deb

Check failure on line 32 in .github/workflows/rust.yml

View workflow run for this annotation

GitHub Actions / Rust

Invalid workflow file

The workflow is not valid. .github/workflows/rust.yml (Line: 32, Col: 7): 'run' is already defined .github/workflows/rust.yml (Line: 33, Col: 7): 'run' is already defined
run: apt-get install -f
- name: Run Test over domains
run: curl -qfsSL "https://raw.githubusercontent.com/Azathothas/CertStream-Domains/main/Data/np_ccTLDs/certstream_domains_np_all_24h_httpx.txt" | awk '{print $1}' | grep -i 'http' | sort -u | hxn -b "$(which google-chrome)" --stdin