We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 845b2b3 commit 8844902Copy full SHA for 8844902
2 files changed
.github/workflows/luacheck.yml
@@ -10,6 +10,9 @@ jobs:
10
- name: Checkout
11
uses: actions/checkout@v6
12
13
+ - name: Update apt cache
14
+ run: apt-get update
15
+
16
- name: Setup lua
17
# Workaround until https://github.com/leafo/gh-actions-lua/issues/57 is resolved
18
# uses: leafo/gh-actions-lua@v11
.github/workflows/update visual snapshots.yml
@@ -17,6 +17,9 @@ jobs:
# Support runs of this action in forks
repository: ${{ github.event.pull_request.head.repo.full_name }}
19
20
21
22
23
24
25
0 commit comments