Skip to content

Commit 264bf45

Browse files
authored
kjør prettier (#6906)
1 parent d6d93b7 commit 264bf45

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/deploy-storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
uses: actions/cache/save@v4
5757
with:
5858
key: ${{ steps.hent-cache.outputs.cache-primary-key }}
59-
path: .turbo
59+
path: .turbo

.github/workflows/valider-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Valider pull request
2-
on: [ pull_request ]
2+
on: [pull_request]
33
jobs:
44
valid-pull-request:
55
name: Valider pull request
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
2-
export type BehandlingVenteStatus = 'PÅ_VENT' | 'IKKE_PÅ_VENT';
1+
export type BehandlingVenteStatus = 'PÅ_VENT' | 'IKKE_PÅ_VENT';

0 commit comments

Comments
 (0)