Skip to content

Bump eslint from 8.46.0 to 8.47.0 #71

Bump eslint from 8.46.0 to 8.47.0

Bump eslint from 8.46.0 to 8.47.0 #71

Workflow file for this run

name: "tests"
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci && npm run build
- uses: ./
with:
organization: ${{ secrets.CLOUDFLARE_ACCESS_ORGANIZATION }}
auth_client_id: ${{ secrets.CLOUDFLARE_ACCESS_CLIENT_ID }}
auth_client_secret: ${{ secrets.CLOUDFLARE_ACCESS_CLIENT_SECRET }}
install_root_certificate: true
- run: wget https://www.google.com