File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 branches :
88 - master
99 paths :
10+ - ' **.cjs'
1011 - ' **.css'
1112 - ' **.html'
1213 - ' **.js'
1314 - ' **.json'
1415 - ' **.jsx'
1516 - ' **.md'
17+ - ' **.mjs'
1618 - ' **.sass'
1719 - ' **.scss'
1820 - ' **.ts'
2426 branches :
2527 - master
2628 paths :
29+ - ' **.cjs'
2730 - ' **.css'
2831 - ' **.html'
2932 - ' **.js'
3033 - ' **.json'
3134 - ' **.jsx'
3235 - ' **.md'
36+ - ' **.mjs'
3337 - ' **.sass'
3438 - ' **.scss'
3539 - ' **.ts'
5862 - name : Install Node.js dependencies
5963 run : npm install
6064
61- - name : Diagnostic
62- run : |
63- echo "Repo: ${{ github.repository }} --- $GITHUB_REPOSITORY"
64- echo "Event Name: ${{ github.event_name }} --- $GITHUB_EVENT_NAME"
65-
6665 # If we are running for a push on the main repo, go ahead and auto-fix issues
67- - name : Lint and format
66+ - name : Lint and auto- format
6867 uses : rkuykendall/lint-action@master
6968 if : ${{ github.repository == 'Wingysam/Christmas-Community' && github.event_name == 'push' }}
7069 with :
Original file line number Diff line number Diff line change 11import publicRoute from '../middlewares/publicRoute.js'
22import express from 'express'
33import path from 'path'
4- import fs from 'fs/promises'
54import ensurePfp from '../utils/ensurePfp.js'
65
76import Api from './api/index.js'
You can’t perform that action at this time.
0 commit comments