fix: ci
This commit is contained in:
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -41,7 +41,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
curl -fsSL https://dprint.dev/install.sh | sh
|
curl -fsSL https://dprint.dev/install.sh | sh
|
||||||
cp /home/runner/.dprint/bin/dprint /usr/local/bin/dprint
|
cp /home/runner/.dprint/bin/dprint /usr/local/bin/dprint
|
||||||
npm install -g eslint
|
|
||||||
dprint fmt --config .github/config/dprint.json
|
dprint fmt --config .github/config/dprint.json
|
||||||
- name: Build lowlighter/metrics:${{ github.head_ref || 'master' }}
|
- name: Build lowlighter/metrics:${{ github.head_ref || 'master' }}
|
||||||
run: docker build -t lowlighter/metrics:$(echo ${{ github.head_ref || 'master' }} | sed 's/\//-/g') .
|
run: docker build -t lowlighter/metrics:$(echo ${{ github.head_ref || 'master' }} | sed 's/\//-/g') .
|
||||||
|
|||||||
Reference in New Issue
Block a user