Skip to content

Commit

Permalink
chore: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
teatimeguest committed Jan 14, 2024
1 parent 128aab3 commit 2a1cfee
Show file tree
Hide file tree
Showing 180 changed files with 1,810 additions and 2,250 deletions.
8 changes: 8 additions & 0 deletions .actrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
--matrix os:ubuntu
--platform ubuntu-latest=node:20.0
--detect-event
--env NODE_OPTIONS=--enable-source-maps
--env RUNNER_DEBUG=1
--cache-server-path node_modules/.act
--pull=false
--rm
212 changes: 0 additions & 212 deletions .config/eslintrc.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .config/nunjucks/config.json

This file was deleted.

125 changes: 0 additions & 125 deletions .config/webpack.config.mjs

This file was deleted.

2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[{*.{patch,snap},{dist,tests/fixtures}/**/*}]
[{*.{patch,snap},dist/**/*}]
charset = unset
end_of_line = unset
indent_size = unset
Expand Down
8 changes: 0 additions & 8 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,5 @@ tl_packages linguist-language=ignore

/dist/** -diff -merge linguist-generated

/tests/fixtures/** -text -diff -merge linguist-generated
*.log linguist-language=shellsession
*.stderr linguist-language=shellsession
*.stdout linguist-language=shellsession
*.tlpdb linguist-language=gitattributes
release-texlive.txt linguist-vendored !linguist-generated

*.snap text eof=lf linguist-language=javascript linguist-generated

*.patch -text -merge linguist-generated
File renamed without changes.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ updates:
directory: /
schedule:
interval: monthly
groups:
ci:
patterns: ['*']
ignore:
- dependency-name: '*'
update-types:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- uses: actions/github-script@v7
with:
script: |
await require('./tests/e2e/delete-caches.cjs')({
await require('./.github/delete-caches.cjs')({
context,
core,
github,
Expand Down
Loading

0 comments on commit 2a1cfee

Please sign in to comment.