Skip to content

Commit 1dbe23d

Browse files
committed
Normalize branch name formatting in CI workflow config.
1 parent e109385 commit 1dbe23d

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [main]
66
pull_request:
7-
branches: [ main ]
7+
branches: [main]
88

99
jobs:
1010
lint:

media-creator/src/scenes/ProfileScroll.tsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
import React from 'react'
2-
import {AbsoluteFill, Easing, Img, interpolate, staticFile, useCurrentFrame, useVideoConfig,} from 'remotion'
2+
import {
3+
AbsoluteFill,
4+
Easing,
5+
Img,
6+
interpolate,
7+
staticFile,
8+
useCurrentFrame,
9+
useVideoConfig,
10+
} from 'remotion'
311
import {colors, fonts, FORMATS} from '../theme'
412

513
// A twelve-second silent b-roll scroll of a single profile, made to sit *under* the

0 commit comments

Comments
 (0)