Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
fadihanna123 committed Sep 22, 2023
1 parent fb0f3d5 commit faeddf5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: TESTS

on:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Read a var
run: "echo ${{ secrets.NEXT_PUBLIC_PIXABAY_BASE_URL }}"
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ build/*
README.md
AUTHORS
pnpm-lock.yaml
.github

0 comments on commit faeddf5

Please sign in to comment.