We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee236a7 commit 94cf03dCopy full SHA for 94cf03d
.github/workflows/update-oss-licenses-dist.yml
@@ -27,8 +27,8 @@ jobs:
27
- name: Install dependencies
28
run: yarn install
29
30
- - name: Install unix2dos
31
- run: sudo apt-get update && sudo apt-get install unix2dos
+ - name: Install tofrodos
+ run: sudo apt-get update && sudo apt-get install tofrodos
32
33
- name: Backup OSSLicensesDist.js
34
run: |
@@ -41,8 +41,8 @@ jobs:
41
- name: Build OSSLicensesDist.js
42
run: yarn run build-oss-licenses-dist
43
44
- - name: unix2dos OSSLicensesDist.js
45
- run: unix2dos pages/utils/OSSLicensesDist.js
+ - name: todos OSSLicensesDist.js
+ run: todos pages/utils/OSSLicensesDist.js
46
47
- name: Compare files
48
id: compare-files
0 commit comments