Skip to content

Merge pull request #584 from madisonbikes/dependabot/npm_and_yarn/mai… #1543

Merge pull request #584 from madisonbikes/dependabot/npm_and_yarn/mai…

Merge pull request #584 from madisonbikes/dependabot/npm_and_yarn/mai… #1543

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
- develop
push:
branches:
- main
- develop
jobs:
buildtest:
name: "Build & Test"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install exiftool
run: sudo apt-get install -y exiftool
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: "npm"
- run: npm ci
- run: npm run test
- run: npm run lint