Skip to content

feat: add api connection #13

feat: add api connection

feat: add api connection #13

Triggered via push October 31, 2024 03:43
Status Success
Total duration 1m 45s
Artifacts

push.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

53 errors and 1 warning
.eslintrc.js#L1
There are issues with this file's formatting, please run Prettier to fix the errors
.eslintrc.js#L3
Replace `⏎····"expo",⏎····"prettier",⏎··` with `"expo",·"prettier"` (prettier/prettier)
.github/workflows/push.yml#L1
There are issues with this file's formatting, please run Prettier to fix the errors
babel.config.js#L1
Insert `·` (prettier/prettier)
.github/workflows/tslint.yml#L1
There are issues with this file's formatting, please run Prettier to fix the errors
babel.config.js#L4
Replace `'babel-preset-expo'` with `"babel-preset-expo"` (prettier/prettier)
api/notifications.ts#L1
There are issues with this file's formatting, please run Prettier to fix the errors
babel.config.js#L6
Replace `'react-native-reanimated/plugin'` with `"react-native-reanimated/plugin"` (prettier/prettier)
app/_layout.tsx#L1
There are issues with this file's formatting, please run Prettier to fix the errors
babel.config.js#L8
Replace `'module-resolver'` with `"module-resolver"` (prettier/prettier)
app/(tabs)/_layout.tsx#L1
There are issues with this file's formatting, please run Prettier to fix the errors
babel.config.js#L10
Replace `'./'` with `"./"` (prettier/prettier)
app/(tabs)/complaint/[id].tsx#L1
There are issues with this file's formatting, please run Prettier to fix the errors
babel.config.js#L12
Replace `'@/components':·'./components'` with `"@/components":·"./components"` (prettier/prettier)
babel.config.js#L13
Replace `'@/screens':·'./screens'` with `"@/screens":·"./screens"` (prettier/prettier)
babel.config.js#L1
There are issues with this file's formatting, please run Prettier to fix the errors
babel.config.js#L14
Replace `'@/utils':·'./utils'` with `"@/utils":·"./utils"` (prettier/prettier)
components/header/BackButton.tsx#L1
There are issues with this file's formatting, please run Prettier to fix the errors
babel.config.js#L15
Replace `'@/constants':·'./constants'` with `"@/constants":·"./constants"` (prettier/prettier)
components/header/ProfileButton.tsx#L1
There are issues with this file's formatting, please run Prettier to fix the errors
babel.config.js#L16
Replace `'@/pages':·'./pages'` with `"@/pages":·"./pages"` (prettier/prettier)
components/icons/CustomTabBarIcon.tsx#L1
There are issues with this file's formatting, please run Prettier to fix the errors
babel.config.js#L17
Replace `'@/types':·'./types'` with `"@/types":·"./types"` (prettier/prettier)
components/index.tsx#L1
There are issues with this file's formatting, please run Prettier to fix the errors
babel.config.js#L19
Insert `,` (prettier/prettier)
components/map/ComplaintMap.tsx#L1
There are issues with this file's formatting, please run Prettier to fix the errors
tailwind.config.js#L4
Replace `'./app/**/*.{js,jsx,ts,tsx}'` with `"./app/**/*.{js,jsx,ts,tsx}"` (prettier/prettier)
components/map/CustomMapMarker.tsx#L1
There are issues with this file's formatting, please run Prettier to fix the errors
tailwind.config.js#L5
Replace `'./common/**/*.{js,jsx,ts,tsx}'` with `"./common/**/*.{js,jsx,ts,tsx}"` (prettier/prettier)
components/notifications/NotificationItem.tsx#L1
There are issues with this file's formatting, please run Prettier to fix the errors
tailwind.config.js#L6
Replace `'./constants/**/*.{js,jsx,ts,tsx}'` with `"./constants/**/*.{js,jsx,ts,tsx}"` (prettier/prettier)
components/notifications/NotificationItemSkeleton.tsx#L1
There are issues with this file's formatting, please run Prettier to fix the errors
tailwind.config.js#L7
Replace `'./hooks/**/*.{js,jsx,ts,tsx}'` with `"./hooks/**/*.{js,jsx,ts,tsx}"` (prettier/prettier)
constants/notifications/NotificationsCategories.ts#L1
There are issues with this file's formatting, please run Prettier to fix the errors
tailwind.config.js#L8
Replace `'./pages/**/*.{js,jsx,ts,tsx}'` with `"./pages/**/*.{js,jsx,ts,tsx}"` (prettier/prettier)
constants/notifications/NotificationsColors.ts#L1
There are issues with this file's formatting, please run Prettier to fix the errors
tailwind.config.js#L9
Replace `'./screens/**/*.{js,jsx,ts,tsx}'` with `"./screens/**/*.{js,jsx,ts,tsx}"` (prettier/prettier)
hooks/notifications/useNotifications.ts#L1
There are issues with this file's formatting, please run Prettier to fix the errors
tailwind.config.js#L10
Replace `'./utils/**/*.{js,jsx,ts,tsx}'` with `"./utils/**/*.{js,jsx,ts,tsx}"` (prettier/prettier)
ios/mayllufrontend/Images.xcassets/AppIcon.appiconset/Contents.json#L1
There are issues with this file's formatting, please run Prettier to fix the errors
tailwind.config.js#L12
Replace `⏎····require("nativewind/preset"),⏎··` with `require("nativewind/preset")` (prettier/prettier)
ios/mayllufrontend/Images.xcassets/Contents.json#L1
There are issues with this file's formatting, please run Prettier to fix the errors
tailwind.config.js#L19
Insert `;` (prettier/prettier)
ios/mayllufrontend/Images.xcassets/SplashScreen.imageset/Contents.json#L1
There are issues with this file's formatting, please run Prettier to fix the errors
ios/mayllufrontend/Images.xcassets/SplashScreenBackground.imageset/Contents.json#L1
There are issues with this file's formatting, please run Prettier to fix the errors
pages/NotificationsPage.tsx#L1
There are issues with this file's formatting, please run Prettier to fix the errors
pages/ProfilePage.tsx#L1
There are issues with this file's formatting, please run Prettier to fix the errors
pages/TakeReportPage.tsx#L1
There are issues with this file's formatting, please run Prettier to fix the errors
tailwind.config.js#L1
There are issues with this file's formatting, please run Prettier to fix the errors
tsconfig.json#L1
There are issues with this file's formatting, please run Prettier to fix the errors
types/NotificationItem.ts#L1
There are issues with this file's formatting, please run Prettier to fix the errors
utils/MapStyle.tsx#L1
There are issues with this file's formatting, please run Prettier to fix the errors
utils/styles/CreatePageStyle.tsx#L1
There are issues with this file's formatting, please run Prettier to fix the errors
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/setup-buildx-action@v2, docker/build-push-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/