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
ce66e38490
commit
316635840d
1 changed files with 5 additions and 1 deletions
6
.github/workflows/pr.yaml
vendored
6
.github/workflows/pr.yaml
vendored
|
@ -10,10 +10,14 @@ concurrency:
|
|||
jobs:
|
||||
test:
|
||||
container:
|
||||
image: myoung34/github-runner:latest
|
||||
image: ubuntu:latest
|
||||
options: --user 1
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Setup
|
||||
run: |
|
||||
node --version
|
||||
ln -s $(command -v node) /__e/node12/bin/node
|
||||
- name: Clone
|
||||
uses: actions/checkout@v1
|
||||
- name: Install Nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue