This commit is contained in:
Simon Lecoq
2023-03-12 23:18:20 -04:00
parent e2bf05a5d3
commit f5244e9bce

View File

@@ -27,8 +27,6 @@ jobs:
run: |
curl -fsSL https://dprint.dev/install.sh | sh
cp /home/runner/.dprint/bin/dprint /usr/local/bin/dprint
mkdir -p /home/runner/.cache/dprint/cache
npm install -g eslint
- name: Checkout master
run: git checkout master
- name: Format code