Skip to content

Bump @babel/traverse from 7.20.13 to 7.23.4 #86

Bump @babel/traverse from 7.20.13 to 7.23.4

Bump @babel/traverse from 7.20.13 to 7.23.4 #86

Workflow file for this run

name: "CI"
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
# make sure build/ci work properly
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: 19
- uses: actions/checkout@v3
- run: npm install
- run: npm run all
# make sure the action works on a clean machine without building
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
# https://github.com/actions/checkout/issues/719
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
- name: Run check-atlantis-action
uses: ./
with:
atlantis-config: tests/atlantis-valid.yaml
sort-by: dir
commit-change: false