Extension to return old Twitter layout from 2015.
at master 365 B view raw
1name: Test locales 2 3on: 4 push: 5 branches: [ "master" ] 6 pull_request: 7 branches: [ "master" ] 8 9jobs: 10 test: 11 12 runs-on: ubuntu-latest 13 14 steps: 15 - name: Checkout Source Tree 16 uses: actions/checkout@v3 17 18 - name: Setup Node.js environment 19 uses: actions/setup-node@v3 20 21 - name: Test locales 22 run: npm run test