We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39574c5 commit 24da559Copy full SHA for 24da559
1 file changed
.github/workflows/checks.yml
@@ -79,26 +79,6 @@ jobs:
79
run: |
80
find $GITHUB_WORKSPACE -type f -and \( -name "*.sh" \) | xargs shellcheck
81
82
- references:
83
- name: Generate References
84
- runs-on: ubuntu-22.04
85
- if: >
86
- github.event_name == 'push' && contains(github.event.head_commit.message, '[generate-references]')
87
- steps:
88
- - uses: actions/checkout@v3
89
- - name: Download Dependencies
90
- run: |
91
- sudo apt update -qq
92
- sudo apt install gettext imagemagick -qq
93
- - name: Build Burn-My-Windows
94
- run: make
95
- - name: Generate References
96
- run: sudo make references
97
- - uses: actions/upload-artifact@v3
98
- with:
99
- name: references
100
- path: tests/references/
101
-
102
build:
103
name: Run Tests
104
runs-on: ubuntu-22.04
0 commit comments