Skip to content

Commit

Permalink
Merge pull request #70 from jaypeeig/jaypeeig-patch-2
Browse files Browse the repository at this point in the history
Create check-changes.yml
  • Loading branch information
jaypeeig authored Jan 10, 2025
2 parents d5e4f8e + 0d42d67 commit 87c7e55
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/check-changes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: CI

on:
push:
branches:
- main
pull_request:

permissions:
actions: read
contents: read

jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0

- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: 20
cache: 'npm'
- name: Deploy Cell
uses: ./.github/actions/files/check-affected

0 comments on commit 87c7e55

Please sign in to comment.