Skip to content

Remove method to parseChangesForFile, use git diff -- <file path> ins… #4

Remove method to parseChangesForFile, use git diff -- <file path> ins…

Remove method to parseChangesForFile, use git diff -- <file path> ins… #4

name: Continuous integration
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '21'
- name: Install and test
run: |
npm install
npm test