Skip to content

Commit

Permalink
Update guidelines.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
robotman2412 authored Mar 2, 2024
1 parent 64b0b4d commit 671f455
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/guidelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
tar -xf riscv32-glibc-ubuntu-22.04-nightly.tar.gz
echo "${PWD}/riscv/bin" >> $GITHUB_PATH
- name: Build
run: CMAKE_BUILD_TYPE=Debug make clean build

- name: Run clang-format
run: |
echo "scan the following files:"
Expand Down Expand Up @@ -70,9 +67,6 @@ jobs:
tar -xf riscv32-glibc-ubuntu-22.04-nightly.tar.gz
echo "${PWD}/riscv/bin" >> $GITHUB_PATH
- name: Build
run: CMAKE_BUILD_TYPE=Debug make clean build

- name: Run clang-tidy
run: |
echo "scan the following files:"
Expand Down

0 comments on commit 671f455

Please sign in to comment.