Only style on pull request (#25)
Co-authored-by: GitButler <gitbutler@gitbutler.com> Co-authored-by: Team1280Programming <Team1280Programming@users.noreply.github.com>
This commit is contained in:
parent
9bfc1833b9
commit
12ca81cd68
3 changed files with 6 additions and 6 deletions
2
.github/workflows/style.yml
vendored
2
.github/workflows/style.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
name: npm run format
|
name: npm run format
|
||||||
|
|
||||||
on: [push, workflow_dispatch]
|
on: [pull_request, workflow_dispatch]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
style:
|
style:
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
import { authors, affiliations } from '@/app/db/data'
|
import { affiliations, authors } from '@/app/db/data'
|
||||||
import { notFound } from 'next/navigation'
|
import cardEffects from '@/app/styles/cardEffects.module.css'
|
||||||
import { Zilla_Slab } from 'next/font/google'
|
import { Zilla_Slab } from 'next/font/google'
|
||||||
import { Fragment } from 'react'
|
|
||||||
import Image from 'next/image'
|
import Image from 'next/image'
|
||||||
import Link from 'next/link'
|
import Link from 'next/link'
|
||||||
import cardEffects from '@/app/styles/cardEffects.module.css'
|
import { notFound } from 'next/navigation'
|
||||||
|
import { Fragment } from 'react'
|
||||||
|
|
||||||
const zillaSlab = Zilla_Slab({ subsets: ['latin'], weight: ['500'] })
|
const zillaSlab = Zilla_Slab({ subsets: ['latin'], weight: ['500'] })
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import { documents } from '@/app/db/data'
|
import { documents } from '@/app/db/data'
|
||||||
import { notFound } from 'next/navigation'
|
|
||||||
import { Zilla_Slab } from 'next/font/google'
|
import { Zilla_Slab } from 'next/font/google'
|
||||||
|
import { notFound } from 'next/navigation'
|
||||||
import { Fragment } from 'react'
|
import { Fragment } from 'react'
|
||||||
import DocumentCard from '../components/DocumentCard'
|
import DocumentCard from '../components/DocumentCard'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue