mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-31 12:37:45 +00:00
fix: pr workflow
This commit is contained in:
parent
179878eb1b
commit
0ef6cf88e5
1 changed files with 4 additions and 0 deletions
4
.github/workflows/pr.yaml
vendored
4
.github/workflows/pr.yaml
vendored
|
@ -13,6 +13,10 @@ jobs:
|
|||
steps:
|
||||
- name: Clone
|
||||
uses: actions/checkout@v2
|
||||
- name: Build
|
||||
uses: docker://alpine:latest
|
||||
with:
|
||||
args: pwd
|
||||
- name: Build
|
||||
uses: docker://alpine:latest
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue