File tree Expand file tree Collapse file tree 2 files changed +4
-16
lines changed Expand file tree Collapse file tree 2 files changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -164,15 +164,6 @@ Create a ``.github/workflows/js.yml`` file. As a base, use:
164
164
.. literalinclude :: samples/js.yml
165
165
:language: yaml
166
166
167
- Maintenance
168
- ~~~~~~~~~~~
169
-
170
- Find and compare ``js.yml `` files:
171
-
172
- .. code-block :: bash
173
-
174
- find . -name js.yml -exec bash -c ' echo $(tail -r {} | tail +2 | tail -r | shasum - | cut -d" " -f1) {}' \;
175
-
176
167
Reference
177
168
---------
178
169
Original file line number Diff line number Diff line change 1
1
name : Lint JavaScript
2
2
on : [push, pull_request]
3
3
jobs :
4
- build :
5
- if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
6
- runs-on : ubuntu-latest
7
- steps :
8
- - uses : actions/checkout@v4
9
- - uses : biomejs/setup-biome@v2
10
- - run : biome ci --indent-style=space --line-width=119 path/to/file.js
4
+ lint :
5
+ uses : open-contracting/.github/.github/workflows/js.yml@main
6
+ with :
7
+ filenames : path/to/file.js
You can’t perform that action at this time.
0 commit comments