Skip to content

Add ESLint Babel-based configuration to tests #2

Add ESLint Babel-based configuration to tests

Add ESLint Babel-based configuration to tests #2

Workflow file for this run

name: Build and test the aws jslib against a Localstack instance
on:
# Enables running the workflow manually from the Actions tab
workflow_dispatch:
push:
branches:
- main
tags:
- v*
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install npm packages
run: npm install
- name: Lint
run: npm run lint