Skip to content

Update dependency eslint to v9 #2994

Update dependency eslint to v9

Update dependency eslint to v9 #2994

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
yarn
- run: |
yarn all
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- id: docker-tag
uses: ./
- name: Print output
run: 'echo ${{ steps.docker-tag.outputs.tag }}'