Skip to content

Commit

Permalink
ci(global): INFRA-648 added catch-files
Browse files Browse the repository at this point in the history
  • Loading branch information
SavelevMatthew committed Nov 5, 2024
1 parent ef21706 commit 4453a18
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
3 changes: 3 additions & 0 deletions apps/condo/pages/billing/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Should throw on changed file

import { pick } from 'lodash'
import get from 'lodash/get'
import React, { useCallback } from 'react'

Expand Down
2 changes: 1 addition & 1 deletion apps/resident-app
15 changes: 15 additions & 0 deletions tst1.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// Should throw on new file


import { keyframes } from '@emotion/core'
import { css, jsx } from '@emotion/react'
import styled from '@emotion/styled'
import { cache } from 'emotion'
import { extractCritical } from 'emotion-server'
import { get } from 'lodash'

import { Contact } from '@condo/domains/contact/utils/clientSchema'




0 comments on commit 4453a18

Please sign in to comment.