Skip to content

Commit

Permalink
Remove workflows we don't intend to use and try to simplify the ones we
Browse files Browse the repository at this point in the history
might use.
  • Loading branch information
parno committed Nov 26, 2024
1 parent f63468f commit e490519
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 395 deletions.
60 changes: 0 additions & 60 deletions .github/workflows/autopublish.yaml

This file was deleted.

26 changes: 13 additions & 13 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,19 +101,19 @@ jobs:
rustup component add --toolchain stable rust-src clippy
rustup default stable
- name: Run analysis-stats on rust-analyzer
if: matrix.os == 'ubuntu-latest'
run: target/${{ matrix.target }}/debug/rust-analyzer analysis-stats .

- name: Run analysis-stats on rust std library
if: matrix.os == 'ubuntu-latest'
env:
RUSTC_BOOTSTRAP: 1
run: target/${{ matrix.target }}/debug/rust-analyzer analysis-stats --with-deps $(rustc --print sysroot)/lib/rustlib/src/rust/library/std

- name: clippy
if: matrix.os == 'windows-latest'
run: cargo clippy --all-targets -- -D clippy::disallowed_macros -D clippy::dbg_macro -D clippy::todo -D clippy::print_stdout -D clippy::print_stderr
# - name: Run analysis-stats on rust-analyzer
# if: matrix.os == 'ubuntu-latest'
# run: target/${{ matrix.target }}/debug/rust-analyzer analysis-stats .

# - name: Run analysis-stats on rust std library
# if: matrix.os == 'ubuntu-latest'
# env:
# RUSTC_BOOTSTRAP: 1
# run: target/${{ matrix.target }}/debug/rust-analyzer analysis-stats --with-deps $(rustc --print sysroot)/lib/rustlib/src/rust/library/std

# - name: clippy
# if: matrix.os == 'windows-latest'
# run: cargo clippy --all-targets -- -D clippy::disallowed_macros -D clippy::dbg_macro -D clippy::todo -D clippy::print_stdout -D clippy::print_stderr

- name: rustfmt
if: matrix.os == 'ubuntu-latest'
Expand Down
43 changes: 0 additions & 43 deletions .github/workflows/fuzz.yml

This file was deleted.

136 changes: 0 additions & 136 deletions .github/workflows/metrics.yaml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/publish-libs.yaml

This file was deleted.

Loading

0 comments on commit e490519

Please sign in to comment.