mirror of
https://github.com/RGBCube/alejandra
synced 2025-08-01 04:57:44 +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:
|
steps:
|
||||||
- name: Clone
|
- name: Clone
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
- name: Build
|
||||||
|
uses: docker://alpine:latest
|
||||||
|
with:
|
||||||
|
args: pwd
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: docker://alpine:latest
|
uses: docker://alpine:latest
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue