Skip to content

build(deps): bump docker/metadata-action from 62339db73c56dd749060f65a6ebb93a6e056b755 to 6d6eaf34518db036006be0b031c21fd4eb72ef69 #455

build(deps): bump docker/metadata-action from 62339db73c56dd749060f65a6ebb93a6e056b755 to 6d6eaf34518db036006be0b031c21fd4eb72ef69

build(deps): bump docker/metadata-action from 62339db73c56dd749060f65a6ebb93a6e056b755 to 6d6eaf34518db036006be0b031c21fd4eb72ef69 #455

Workflow file for this run

name: Build and Lint PRs
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18.x'
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run lint