Skip to content

Commit

Permalink
disable nolints.png
Browse files Browse the repository at this point in the history
  • Loading branch information
robertylewis committed Oct 21, 2023
1 parent b03eec1 commit c7941f1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ jobs:
./gitstats.py mathlib4 docs4
cp docs4/gitstats.js docs/gitstats4.js
- name: Install gnuplot
run: |
sudo apt-get update --fix-missing
sudo apt-get install gnuplot
- name: Make nolints graph
run: |
bash nolint_graph.sh > nolint_graph_out.txt
cut -f2 -d: nolint_graph_out.txt > rev_stats.txt
gnuplot plot.gnu
# - name: Install gnuplot
# run: |
# sudo apt-get update --fix-missing
# sudo apt-get install gnuplot

# - name: Make nolints graph
# run: |
# bash nolint_graph.sh > nolint_graph_out.txt
# cut -f2 -d: nolint_graph_out.txt > rev_stats.txt
# gnuplot plot.gnu

- name: push results
# push results when we push to master
Expand Down

0 comments on commit c7941f1

Please sign in to comment.