Skip to content

Commit

Permalink
setting up aws s3
Browse files Browse the repository at this point in the history
  • Loading branch information
NwinNwin committed Aug 11, 2023
1 parent 6de3353 commit 7cca558
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: React CI

on:
push:
branches:
- "main"

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]

steps:
- uses: actions/checkout@v1
- run: npm install
- run: npm run build

0 comments on commit 7cca558

Please sign in to comment.